summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 55a3c159e043082d09c7953575d2e80332fc6bc2 (plain)
1
2
3
4
5
6
7
8
9
# top-most EditorConfig file
# See http://editorconfig.org/
root = true

[*]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = false