mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55:10 +00:00
editorconfig fix syntax for pom, yml, should not touch svg
This commit is contained in:
parent
6fe22da334
commit
c019d3d559
@ -12,6 +12,6 @@ trim_trailing_whitespace = true
|
|||||||
max_line_length = off
|
max_line_length = off
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[pom.xml, *.yml]
|
[{pom.xml, *.yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
3
src/net/sourceforge/plantuml/emoji/data/.editorconfig
Normal file
3
src/net/sourceforge/plantuml/emoji/data/.editorconfig
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Editor configuration, see http://editorconfig.org
|
||||||
|
root = true
|
||||||
|
# no reformat
|
@ -0,0 +1,3 @@
|
|||||||
|
# Editor configuration, see http://editorconfig.org
|
||||||
|
root = true
|
||||||
|
# no reformat
|
Loading…
Reference in New Issue
Block a user