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 4003a8e commit c3333ccCopy full SHA for c3333cc
.editorconfig
@@ -1,23 +1,15 @@
1
-# This file is for unifying the coding style for different editors and IDEs.
2
-# More information at http://editorconfig.org
3
root = true
4
5
[*]
+charset = utf-8
6
indent_style = space
+indent_size = 4
7
end_of_line = lf
8
-charset = utf-8
9
-trim_trailing_whitespace = true
10
insert_final_newline = true
11
-
12
-[*.{js,html,css}]
13
-indent_size = 4
+trim_trailing_whitespace = true
14
15
[*.json]
16
indent_size = 2
17
18
[*.md]
19
20
trim_trailing_whitespace = false
21
22
-[*.sh]
23
0 commit comments