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

root = true

[*]
end_of_line = lf
insert_final_newline = true

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

[Makefile]
indent_style = tab

[*.md]
indent_style = space
indent_size = 2