From ebb10e9b90da48772ed4145b7558c496f5defa82 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sun, 11 Feb 2024 17:44:19 +0200 Subject: [PATCH] reformat .editorconfig config --- .editorconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3155057..81eca2d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,13 +5,10 @@ indent_style = space indent_size = 4 end_of_line = lf insert_final_newline = true -trim_trailing_whitespace=true +trim_trailing_whitespace = true charset = utf-8 -[*.{lua,vim}] -indent_size = 2 - -[*.{md,yml,yaml,toml}] +[*.{md,yml,yaml,toml,lua,vim}] indent_size = 2 [*.go]