Skip to content

Commit 6b6cad6

Browse files
committed
final commit
1 parent 7217188 commit 6b6cad6

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.editorconfig

+2-14
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,12 @@ max_line_length = 80
1616

1717
# The JSON files contain newlines inconsistently
1818
[*.json]
19-
indent_size = 4
20-
insert_final_newline = ignore
21-
22-
# No need to use the spaces for contents.lr file
23-
[*.lr]
19+
indent_size = 2
2420
insert_final_newline = true
25-
trim_trailing_whitespace = true
26-
indent_style = ignore
27-
insert_final_newline = ignore
28-
29-
# No need to use the spaces for .ini files
30-
[*.ini]
31-
indent_style = ignore
32-
insert_final_newline = ignore
3321

3422
# Minified JavaScript files shouldn't be changed
3523
[**.min.js]
36-
indent_style = ignore
24+
indent_style = 2
3725
insert_final_newline = ignore
3826

3927
# Makefiles always use tabs for indentation

0 commit comments

Comments
 (0)