summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: bf58981b8655748cb8f0d04115358e8a387944d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Shared editor configuration <https://editorconfig.org>

# This is the top-most EditorConfig file which should apply to files below
root = true

[*]
charset = utf-8
insert_final_newline = true

[*.cxx]
indent_size = 2
indent_style = space

[*.{c,cpp,h}]
indent_size = 3
indent_style = space

[*.sh]
indent_size = 8
indent_style = tab