Remove editorconfig

This commit is contained in:
Martin Valba 2024-09-28 20:45:28 +03:00
parent 19432b1a1d
commit 9efb054094

View File

@ -1,27 +0,0 @@
# See https://editorconfig.org/
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
[*.{c,h}]
indent_style = tab
indent_size = 8
[*.cpp]
indent_style = space
indent_size = 4
[*.sh]
indent_style = space
indent_size = 4
[*.xml]
indent_style = space
indent_size = 4
[meson.build]
indent_style = space
indent_size = 4