From 88d42a79fcc0c0af36047cd259ae85fa33755cc1 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 26 Dec 2023 12:01:58 +0100 Subject: [PATCH] refactor: default indentation --- .editorconfig | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9e0dbfd..c414842 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true @@ -14,8 +14,15 @@ insert_final_newline = true [.vscode/*.json] insert_final_newline = false -[*.xml] -indent_size = 2 +[*.{ba,,z}sh] +indent_style = tab +indent_size = 4 -[*.{yaml,yml}] -indent_size = 2 +[*.json] +indent_size = 4 + +[*.lsrules] +indent_size = 4 + +[*.py] +indent_size = 4