summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: f16717b802e505acea3893ad2dd5dba0a86a47d9 (plain)
1
2
3
4
5
6
7
8
9
10
# To use this config on you editor, follow the instructions at:
# http://editorconfig.org

root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4