edit .editorconfig

This commit is contained in:
2025-04-07 23:37:36 +02:00
parent 3d4c772a81
commit 9843cc7926

View File

@@ -9,12 +9,12 @@ trim_trailing_whitespace = true
# Matches multiple files with brace expansion notation # Matches multiple files with brace expansion notation
# Set default charset # Set default charset
[*.{js,py,jso{n,nc}}] [*.{rs,js,py,jso{n,nc}}]
charset = utf-8 charset = utf-8
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[*.{c,h}pp] [*.{c,h}pp,tex]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2