Files
zdwm/.editorconfig
2025-11-25 06:06:42 +08:00

23 lines
287 B
INI

root = true
[*.{c,h}]
indent_style = space
indent_size = 2
[.clangd]
indent_style = space
indent_size = 2
[*.cmake]
indent_style = space
indent_size = 4
[CMakeLists.txt]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
[atoms-list.txt]
insert_final_newline = true