summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/.editorconfig
blob: 4fa189592fde98b9bd3e262cc639e375251f3f1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
root = true

[*]
indent_style    = tab
indent_size     = 4
end_of_line     = lf
max_line_length = 100
insert_final_newline     = true
trim_trailing_whitespace = true

[include/bgfx/c99/*.h]
indent_style = space

[*.ninja]
indent_style = space

[*.md]
trim_trailing_whitespace = false
max_line_length = 80