Skip to content

Commit

Permalink
Update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyrainynight committed Oct 5, 2024
1 parent 8442ff7 commit b4678ab
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ root = true


[*.*]

indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 240


[*.py]

[*.py]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 240


[*.ts]

[*.ts]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
Expand All @@ -44,7 +44,6 @@ insert_final_newline = true


[*.json]

indent_style = space
indent_size = 4
trim_trailing_whitespace = true
Expand All @@ -53,7 +52,6 @@ insert_final_newline = true


[*.html]

indent_style = space
indent_size = 4
trim_trailing_whitespace = true
Expand All @@ -62,16 +60,29 @@ insert_final_newline = true


[*.xml]

indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true



[*.cs]
[*.md]
max_line_length = off



[*.yml]
indent_size = 4



[*.yaml]
indent_size = 4



[*.cs]
#######################################################################################
#### Core EditorConfig properties - https://editorconfig.org/#supported-properties ####
#######################################################################################
Expand Down Expand Up @@ -381,6 +392,7 @@ resharper_int_align_switch_sections = false
#### ReSharper - Line Breaks - https://www.jetbrains.com/help/resharper/EditorConfig_CSHARP_LineBreaksPageSchema.html ####
##########################################################################################################################

resharper_csharp_insert_final_newline = true
resharper_keep_user_linebreaks = true
resharper_keep_existing_arrangement = false
resharper_keep_existing_linebreaks = false
Expand Down Expand Up @@ -578,6 +590,3 @@ resharper_space_after_operator_keyword = false
#########################################################################################################################
#### ReSharper - Code Inspections - https://www.jetbrains.com/help/resharper/Reference__Code_Inspections_CSHARP.html ####
#########################################################################################################################



0 comments on commit b4678ab

Please sign in to comment.