Files
cmake-language-server/.editorconfig
KOLANICH 6e839f7675 Added .editorconfig. (#35)
Applies some elements of PEP8 during editing in the editors supporting it.
2021-01-23 16:07:22 +09:00

13 lines
168 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf
[*.{yml,yaml}]
indent_style = space
indent_size = 2