From b4f61294a8865c6279dd55f30dbccf4b11b7167d Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 8 May 2022 15:17:29 +0200 Subject: Use spaces for indents --- .editorconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index a00d375..e30d824 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] charset = utf-8 -indent_style = tab +indent_style = space end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true @@ -12,11 +12,9 @@ insert_final_newline = true trim_trailing_whitespace = false [*.{json,webmanifest,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc,ecrc,gitattributes}] -indent_style = space indent_size = 2 [*.html] -indent_style = space indent_size = 4 [layouts/**.{svg}] -- cgit v1.2.3