Skip to content

Commit acbf3f3

Browse files
committed
EditorConfig rule to cover all text files
1 parent 2a3b70f commit acbf3f3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.editorconfig

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
root = true
22

3-
# This file
4-
[.editorconfig]
5-
trim_trailing_whitespace = true
6-
insert_final_newline = true
7-
8-
# Pretty much everything should trim whitespace and have a final EOL
9-
[*.{c,clj,cpp,cs,css,elm,go,hs,html,jl,js,md,py,rs}]
3+
# Base for all text files
4+
[*]
105
trim_trailing_whitespace = true
116
insert_final_newline = true
127

0 commit comments

Comments
 (0)