1 parent 19ebed9 commit 441b04bCopy full SHA for 441b04b
1 file changed
.editorconfig
@@ -8,19 +8,11 @@ trim_trailing_whitespace = true
8
insert_final_newline = true
9
max_line_length = 233
10
11
-[*.json]
12
-indent_style = space
13
-indent_size = 2
14
-
15
[.prettierrc]
16
indent_style = space
17
indent_size = 2
18
19
-[*.yml]
20
21
22
23
-[*.yaml]
+[*.{yml,yaml,json}]
24
25
26
0 commit comments