Skip to content

Commit 9ccdf89

Browse files
committed
Update editor config
1 parent 88ece1d commit 9ccdf89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ root = true
77
[**]
88
end_of_line = lf
99
insert_final_newline = true
10+
tailing_whitespace = false
11+
12+
[**.xml]
13+
tailing_whitespace = true # Don't change the files that DISA provides
1014

1115
[Makefile]
1216
indent_style = tab
1317

14-
[**.py]
18+
[{**.py, **.css, **.js, **.html}]
1519
indent_size = 4
1620
indent_style = space

0 commit comments

Comments
 (0)