mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
Merge pull request #884 from soloturn/gradle
editorconfig fix syntax for pom, yml, should not touch svg
This commit is contained in:
commit
2628400b89
@ -12,6 +12,6 @@ trim_trailing_whitespace = true
|
||||
max_line_length = off
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[pom.xml, *.yml]
|
||||
[{pom.xml, *.yml}]
|
||||
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