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

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

[*.lua]
indent_style             = space
indent_size              = 3

[*.tl]
indent_style             = space
indent_size              = 3

[Makefile]
indent_style             = tab

[*.bat]
end_of_line = crlf