mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-14 11:43:08 +00:00
.editorconfig ignore ext, use intellij notation, otherwise it does not kick in
This commit is contained in:
parent
8ae721e3d2
commit
e4ca20f27e
@ -1,3 +1,6 @@
|
|||||||
# Editor configuration, see http://editorconfig.org
|
# Editor configuration, see http://editorconfig.org
|
||||||
root = true
|
root = true
|
||||||
# no reformat
|
|
||||||
|
[*]
|
||||||
|
# no reformat with intellij
|
||||||
|
ij_formatter_enabled = false
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
# Editor configuration, see http://editorconfig.org
|
# Editor configuration, see http://editorconfig.org
|
||||||
root = true
|
root = true
|
||||||
# no reformat
|
|
||||||
|
[*]
|
||||||
|
# no reformat with intellij
|
||||||
|
ij_formatter_enabled = false
|
||||||
|
Loading…
Reference in New Issue
Block a user