From a27ddc7c75938feb191c89dc2ad7f487974a996a Mon Sep 17 00:00:00 2001 From: wojsmol Date: Sat, 18 Aug 2018 14:54:37 +0200 Subject: [PATCH] Add .editorconfig to this repository --- .editorconfig | 12 ++++++++++++ .gitignore | 1 - build/build.php | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000..287896868eaa4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/.gitignore b/.gitignore index fea6b1c925bcc..e17b0bc274afa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # IDE & System Related Files # .buildpath -.editorconfig .project .settings .DS_Store diff --git a/build/build.php b/build/build.php index 70a7406497d07..f3c626acb8522 100644 --- a/build/build.php +++ b/build/build.php @@ -149,6 +149,7 @@ function usage($command) $doNotPackage = array( '.appveyor.yml', '.drone.yml', + '.editorconfig', '.github', '.gitignore', '.hound.yml',