liba/.editorconfig

14 lines
219 B
INI

root=true
[*]
end_of_line = lf
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.{cmake,d.ts,json,yml}]
indent_size = 2
[CMakeLists.txt]
indent_size = 2
[Makefile]
indent_style = tab
tab_width = 4