From ae085b24a6d5e865e2371cb5dfb531f925d611c1 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Sat, 18 May 2024 18:39:11 +0200 Subject: [PATCH] editorconfig updates --- .editorconfig | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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