bgfx/3rdparty/.editorconfig

38 lines
481 B
INI
Raw Normal View History

root = true
2015-12-23 22:17:51 -08:00
[etc1/*]
indent_style = space
indent_size = 4
2015-09-01 16:44:11 -07:00
[fcpp/*]
indent_style = space
indent_size = 2
[iqa/*]
indent_style = tab
indent_size = 4
2015-12-23 22:17:51 -08:00
[libsquish/*]
indent_style = tab
2015-09-01 16:44:11 -07:00
indent_size = 4
2015-11-12 22:28:07 -08:00
2015-12-23 22:17:51 -08:00
[ocornut-imgui/*]
2015-11-12 22:28:07 -08:00
indent_style = space
indent_size = 4
2015-12-22 15:40:55 -08:00
2016-06-06 20:25:58 -07:00
[ocornut-imgui/*.inl]
indent_style = space
indent_size = 4
2015-12-23 22:17:51 -08:00
[pvrtc/*]
indent_style = space
2015-12-22 18:19:18 -08:00
indent_size = 4
2015-12-23 22:17:51 -08:00
[remotery/*]
2015-12-22 18:19:18 -08:00
indent_style = space
indent_size = 4
2017-03-22 16:01:23 -07:00
[glsl-optimizer/*]
indent_style = space
indent_size = 3