.editorconfig: Define indentation rules for JSON files

This commit is contained in:
Kamil Śliwak
2020-11-09 14:53:29 +01:00
parent 8d5b32e5b9
commit df00f4d163
+1 -1
View File
@@ -18,6 +18,6 @@ indent_size = 4
indent_style = space
indent_size = 4
[*.{txt,cmake}]
[*.{txt,cmake,json}]
indent_style = tab
indent_size = 4