diff --git a/.editorconfig b/.editorconfig index 5b21d50..2f536b4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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