protot/3rdparty/bgfx/3rdparty/.editorconfig

38 lines
481 B
INI
Raw Normal View History

2016-08-29 22:31:11 +02:00
root = true
[etc1/*]
indent_style = space
indent_size = 4
[fcpp/*]
indent_style = space
indent_size = 2
[iqa/*]
indent_style = tab
indent_size = 4
[libsquish/*]
indent_style = tab
indent_size = 4
[ocornut-imgui/*]
indent_style = space
indent_size = 4
[ocornut-imgui/*.inl]
indent_style = space
indent_size = 4
[pvrtc/*]
indent_style = space
indent_size = 4
[remotery/*]
indent_style = space
indent_size = 4
2017-04-11 08:16:10 +02:00
[glsl-optimizer/*]
indent_style = space
indent_size = 3