From 69be6ddaba4babdb399d794ff1b95a433e699720 Mon Sep 17 00:00:00 2001 From: Salakar Date: Fri, 13 Jul 2018 13:15:17 +0100 Subject: [PATCH] misc project files --- .editorconfig | 10 ++++++++++ android/.editorconfig | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .editorconfig create mode 100644 android/.editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0f09989 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/android/.editorconfig b/android/.editorconfig new file mode 100644 index 0000000..0f09989 --- /dev/null +++ b/android/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true