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 c3890f6 commit 3b105f4Copy full SHA for 3b105f4
.editorconfig
@@ -1,16 +1,14 @@
1
; This file is for unifying the coding style for different editors and IDEs.
2
-; More information at http://editorconfig.org
3
-
4
-root = false
+; More information at https://editorconfig.org
+root = true
5
6
[*]
7
indent_style = space
8
indent_size = 4
9
-charset = "utf-8"
+charset = utf-8
10
end_of_line = lf
11
insert_final_newline = true
12
trim_trailing_whitespace = true
13
14
[*.yml]
15
-indent_style = space
16
indent_size = 2
0 commit comments