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:
parent
320f8eb1b4
commit
27a4d03c34
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[{*.java,*.properties,*.js,*.tsx,*.adoc}]
|
[{*.java,*.js,*.tsx,*.adoc}]
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue