blob: 6df33755e4202ffc82fb394ee4b6481ba22fb8b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 2
charset = utf-8
insert_final_newline = true
[*.json]
indent_style = space
|