Skip to content

Commit

Permalink
Fix greedy .editorconfig styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy committed Oct 27, 2019
1 parent a96a58e commit 671d780
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = crlf

[*.csproj]
[*.{csproj,projitems}]
indent_size = 2

[*.{markdown,md}]
Expand All @@ -26,18 +23,11 @@ indent_size = 2
indent_size = 2

# C# files
[*.cs]

#### Core EditorConfig Options ####

# Indentation and spacing
indent_size = 4
indent_style = space
tab_width = 4

# New line preferences
[*.cs]
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = crlf
insert_final_newline = false

#### .NET Coding Conventions ####

Expand Down

0 comments on commit 671d780

Please sign in to comment.