Skip to content

Commit

Permalink
Trim trailing whitespace in editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Feb 27, 2018
1 parent 1927dc0 commit 81b7871
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
; Top-most EditorConfig file
root = true

; Unix-style newlines
[*]
end_of_line = LF

; 4-column space indentation
[*.cs]
indent_style = space
indent_size = 4
; trim_trailing_whitespace = true
trim_trailing_whitespace = true
insert_final_newline = true

[*.cs]
Expand Down

0 comments on commit 81b7871

Please sign in to comment.