obs-websocket/.editorconfig
2018-10-19 18:22:34 +02:00

10 lines
123 B
INI

[*]
insert_final_newline = true
[*.{c,cpp,h,hpp}]
indent_style = tab
[*.{yml,yaml}]
indent_style = space
indent_size = 2