We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7217188 commit 6b6cad6Copy full SHA for 6b6cad6
.editorconfig
@@ -16,24 +16,12 @@ max_line_length = 80
16
17
# The JSON files contain newlines inconsistently
18
[*.json]
19
-indent_size = 4
20
-insert_final_newline = ignore
21
-
22
-# No need to use the spaces for contents.lr file
23
-[*.lr]
+indent_size = 2
24
insert_final_newline = true
25
-trim_trailing_whitespace = true
26
-indent_style = ignore
27
28
29
-# No need to use the spaces for .ini files
30
-[*.ini]
31
32
33
34
# Minified JavaScript files shouldn't be changed
35
[**.min.js]
36
+indent_style = 2
37
insert_final_newline = ignore
38
39
# Makefiles always use tabs for indentation
0 commit comments