Delete .editorconfig

This commit is contained in:
Martinvlba 2024-09-28 10:49:36 -07:00
parent 138935f341
commit bf43497ca8

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