We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbc666 commit c9de7d6Copy full SHA for c9de7d6
1 file changed
.editorconfig
@@ -9,4 +9,10 @@ charset = utf-8
9
insert_final_newline = true
10
trim_trailing_whitespace = true
11
indent_style = space
12
+indent_size = 4
13
+
14
+[{*.md,*.json,*.sh,*.js,*.css}]
15
indent_size = 2
16
17
+[{*.md,*.json}]
18
+max_line_length = null
0 commit comments