Don't apply editorconfig auto-formatting to properties file for now

Closes #29982

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-05-29 18:04:30 +02:00 committed by Alexander Schwartz
parent 320f8eb1b4
commit 27a4d03c34

View file

@ -1,6 +1,6 @@
root = true
[{*.java,*.properties,*.js,*.tsx,*.adoc}]
[{*.java,*.js,*.tsx,*.adoc}]
insert_final_newline = true
trim_trailing_whitespace = true