diff --git a/.editorconfig b/.editorconfig index 65d01c390..bf1fd42f6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/src/net/sourceforge/plantuml/emoji/data/.editorconfig b/src/net/sourceforge/plantuml/emoji/data/.editorconfig new file mode 100644 index 000000000..a418c5fea --- /dev/null +++ b/src/net/sourceforge/plantuml/emoji/data/.editorconfig @@ -0,0 +1,3 @@ +# Editor configuration, see http://editorconfig.org +root = true +# no reformat diff --git a/src/net/sourceforge/plantuml/openiconic/data/.editorconfig b/src/net/sourceforge/plantuml/openiconic/data/.editorconfig new file mode 100644 index 000000000..a418c5fea --- /dev/null +++ b/src/net/sourceforge/plantuml/openiconic/data/.editorconfig @@ -0,0 +1,3 @@ +# Editor configuration, see http://editorconfig.org +root = true +# no reformat