summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 9e79ebdea0144b936ade03883ae6fb5e06bece0b (plain)
1
2
3
4
5
6
7
8
9
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*.{cpp,h}]
indent_style = tab
indent_size = 4
insert_final_newline = true