mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
b1de9c8e79
- Moves unnecessary .md files to the wiki tab - Updates some links I forgot to update before - Updates the editorconfig - Cleans up the README
18 lines
222 B
INI
18 lines
222 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{c,cpp,h,hpp}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[CMakeLists.txt]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|