From c019d3d559b6460064aba751afdc374aad8e635c Mon Sep 17 00:00:00 2001 From: soloturn Date: Thu, 27 Jan 2022 12:08:03 +0100 Subject: [PATCH] editorconfig fix syntax for pom, yml, should not touch svg --- .editorconfig | 2 +- src/net/sourceforge/plantuml/emoji/data/.editorconfig | 3 +++ src/net/sourceforge/plantuml/openiconic/data/.editorconfig | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/net/sourceforge/plantuml/emoji/data/.editorconfig create mode 100644 src/net/sourceforge/plantuml/openiconic/data/.editorconfig 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