From d9a354505d4e87c914d891ccdaf90b843a989672 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 17 Nov 2021 17:08:05 +0800 Subject: [PATCH] style: add ini editorconfig also remove redundant ones --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c2b3e16c7b..b02e738da7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -39,5 +39,7 @@ indent_size = 4 max_line_length = 120 [{*.sh,*.yml,*.yaml}] -indent_style = space +indent_size = 2 + +[*.ini] indent_size = 2