editorconfig updates

This commit is contained in:
2024-05-18 18:39:11 +02:00
parent 42608b79e8
commit ae085b24a6

View File

@@ -9,18 +9,15 @@ trim_trailing_whitespace = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py}]
[*.{js,py,jso{n,nc}}]
charset = utf-8
indent_style = space
indent_size = 4
[*.{c,h}pp]
indent_style = space
indent_size = 2
# 4 space indentation
[*.py]
indent_style = space
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab