From 4669240d0168c81b6073aa184af7f1973c676ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B8egh?= <22152591+BenjaminHoegh@users.noreply.github.com> Date: Fri, 8 Jun 2018 20:51:21 +0200 Subject: [PATCH 1/2] Added .editorconfig Added a .editorconfig file to help people keep the PSR-2 format when creating pull-request --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4a6f69b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.php] +indent_style = space +indent_size = 4 + +[*.md] +indent_style = space +indent_size = 2 From 1eacf2f4032ec1c539c430844dbda58e5d3b2bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B8egh?= <22152591+BenjaminHoegh@users.noreply.github.com> Date: Fri, 8 Jun 2018 20:56:50 +0200 Subject: [PATCH 2/2] Update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4a6f69b..e49646d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,4 @@ indent_size = 4 [*.md] indent_style = space -indent_size = 2 +indent_size = 4