From 3ddb81d1dba2b32f627c40019e03756884b2da14 Mon Sep 17 00:00:00 2001 From: usagiga Date: Mon, 26 Feb 2024 02:52:37 +0900 Subject: [PATCH] feat: add rules for some files --- .editorconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8151c94..d3c92ec 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,10 +20,10 @@ indent_style = tab [Makefile] indent_style = tab -[*.{json,yml,yaml}] +[*.{json,yml,yaml,xml,iml}] indent_size = 2 -[*.{html,htm}] +[*.{html,htm,xhtml,xhtm}] indent_size = 2 [*.{json.tftpl, tf, hcl, tfvars, tfstate, tfstate.backup}] @@ -52,3 +52,7 @@ insert_final_newline = unset trim_trailing_whitespace = unset indent_style = unset indent_size = unset + +[.gitmodules] +indent_style = unset +indent_size = unset