obs-websocket/.editorconfig

11 lines
139 B
INI
Raw Normal View History

2021-03-08 11:56:43 +00:00
[*]
insert_final_newline = true
[*.{c,cpp,h,hpp}]
indent_style = tab
indent_size = 4
[*.{yml,yaml}]
indent_style = space
indent_size = 2