aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.editorconfig
blob: ba8334d93eb721a5ef528d510a1f71130cdd0382 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true

[later]
indent_size = 4
indent_style = space

[Makefile]
indent_style = tab