summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/.editorconfig
blob: 3a55382bae2d8438614e4c8b6cf90ca938e46add (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
root = true

[*]
charset      = utf-8
indent_style = tab
indent_size  = 4
end_of_line  = lf
max_line_length = 100
insert_final_newline     = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
max_line_length = 80