.editorconfig: Define indentation rules for JSON files

This commit is contained in:
Kamil Śliwak 2020-11-07 15:25:21 +01:00
parent 8d5b32e5b9
commit df00f4d163

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