summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: fbc1845bf4356dbc02e2a1ec528315a7189c38ea (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
[!*.{dsp,dsw}]
trim_trailing_whitespace = true
insert_final_newline = true

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