diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 4341c4778..000000000 --- a/.editorconfig +++ /dev/null @@ -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