mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17: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:
parent
614898c1b9
commit
a6f1f58300
@ -1,3 +1,6 @@
|
||||
# Editor configuration, see http://editorconfig.org
|
||||
root = true
|
||||
# no reformat
|
||||
|
||||
[*]
|
||||
# no reformat with intellij
|
||||
ij_formatter_enabled = false
|
||||
|
@ -1,3 +1,6 @@
|
||||
# Editor configuration, see http://editorconfig.org
|
||||
root = true
|
||||
# no reformat
|
||||
|
||||
[*]
|
||||
# no reformat with intellij
|
||||
ij_formatter_enabled = false
|
||||
|
Loading…
Reference in New Issue
Block a user