aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: bd627cdcc865b3860f4af2bec47e1334472907fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

[*]
charset = utf-8
indent_size = 4
insert_final_newline = true
end_of_line = lf

[*.{s,S}]
indent_style = space

[*.rb]
indent_size = 2
indent_style = space

[Makefile]
indent_style = tab