summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: fcfaf76a96086a18760fef711f30184ac5186ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
root = true

[*]
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

# 4 space indentation
#[*.py]
#indent_style = space
#indent_size = 4

#[{CMakeLists.txt,*.cmake}]
#indent_style = space
#indent_size = 4

#[*.{c,cpp,h,hpp}]
#indent_style = space
#indent_size = 4