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

# top-most EditorConfig file
root = true

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

# We could try to force some line ending
## end_of_line = lf

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