Skip to content

Commit 5e30bec

Browse files
committed
editorconfig: also check .json files
1 parent b7d4d22 commit 5e30bec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ insert_final_newline = true
1010
[*.py]
1111
indent_size = 4
1212

13+
[*.json]
14+
indent_size = 2
15+
1316
[{meson.build,meson.options,meson_options.txt}]
1417
indent_size = 2
1518

0 commit comments

Comments
 (0)