Skip to content

Commit

Permalink
Ignores indent style for adml files
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Sep 23, 2024
1 parent 1ec38ba commit f023ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ indent_size = unset

[*.adml]
indent_size = unset
indent_style = unset
trim_trailing_whitespace = unset

[*.admx]
Expand All @@ -50,4 +51,3 @@ indent_size = 1
indent_size = none
end_of_line = unset
insert_final_newline = unset

0 comments on commit f023ded

Please sign in to comment.