diff --git a/.editorconfig b/.editorconfig index 2f536b4..28f2d92 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,12 +9,12 @@ trim_trailing_whitespace = true # Matches multiple files with brace expansion notation # Set default charset -[*.{js,py,jso{n,nc}}] +[*.{rs,js,py,jso{n,nc}}] charset = utf-8 indent_style = space indent_size = 4 -[*.{c,h}pp] +[*.{c,h}pp,tex] indent_style = space indent_size = 2