From fd37bbbf6caf27156e6772c9560c837c88d2e8e0 Mon Sep 17 00:00:00 2001 From: Emanuele Minotto Date: Wed, 25 Feb 2015 13:00:47 +0100 Subject: [PATCH] Added editor configuration --- .editorconfig | 13 +++++++++++++ .gitignore | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1b44e42 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index 751f6c5..f02a2f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ build composer.lock docs -vendor \ No newline at end of file +vendor