summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 4f7db732103e6561535dd497deeab23597e03efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Editor configuration file
# https://EditorConfig.org

# top-most EditorConfig file
root = true

# General stype
[*]
trim_trailing_whitespace = true
insert_final_newline = true

# Tab indentation
[*.{c,cpp,h}]
indent_style = space
indent_size = 2