1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-06 18:30:52 +00:00

.editorconfig ignore ext, use intellij notation, otherwise it does not kick in

i placed a christmas wish request that intellij changes its default to respect an
empty .editorconfig but chances seem to be slim they'd really do it:
https://youtrack.jetbrains.com/issue/IDEA-287505.

give in and use an intellij property to stop it reformatting SVG on global reformat.
This commit is contained in:
soloturn 2022-01-29 21:23:26 +01:00
parent 614898c1b9
commit a6f1f58300
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# Editor configuration, see http://editorconfig.org
root = true
# no reformat
[*]
# no reformat with intellij
ij_formatter_enabled = false

View File

@ -1,3 +1,6 @@
# Editor configuration, see http://editorconfig.org
root = true
# no reformat
[*]
# no reformat with intellij
ij_formatter_enabled = false