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

[*]
end_of_line              = lf
charset                  = utf-8

[*.lua]
indent_style             = space
indent_size              = 3

[Makefile]
indent_style             = tab