From f023ded7cf38e65baeb3eb31f6511bf02832a7ef Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Mon, 23 Sep 2024 06:09:17 -0700 Subject: [PATCH] Ignores indent style for adml files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 31cface..b9bb9c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,6 +24,7 @@ indent_size = unset [*.adml] indent_size = unset +indent_style = unset trim_trailing_whitespace = unset [*.admx] @@ -50,4 +51,3 @@ indent_size = 1 indent_size = none end_of_line = unset insert_final_newline = unset -