Add EditorConfig for JSON files

This commit is contained in:
David Hrdlička
2022-02-19 12:59:30 +01:00
committed by Jasmine Iwanek
parent 649a6ac5b2
commit a625f37237
2 changed files with 37 additions and 33 deletions

View File

@@ -32,3 +32,7 @@ indent_size = 4
[*.cmake]
indent_style = space
indent_size = 4
[*.json]
indent_style = space
indent_size = 4