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.
2 parents 3638ed0 + 004c110 commit a1c74dfCopy full SHA for a1c74df
.editorconfig
@@ -10,6 +10,14 @@ indent_size = 4
10
trim_trailing_whitespace = true
11
insert_final_newline = true
12
13
+[*.json]
14
+charset = utf-8
15
+end_of_file = lf
16
+indent_style = space
17
+indent_size = 2
18
+trim_trailing_whitespace = true
19
+insert_final_newline = true
20
+
21
[*.yml]
22
charset = utf-8
23
indent_style = space
0 commit comments