From 224fc7eef150e8fcc8f99ca1650d3baf9e392cc2 Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Sun, 28 Sep 2014 10:49:52 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..fc017398 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +trim_trailing_whitespace = true +insert_final_newline = true + +[*.php] +charset = utf-8 +indent_style = space +indent_size = 4 + +[composer.json] +indent_style = space +indent_size = 4