From 8dbcdcd16a1866c448e46d84a567f897aa9642c0 Mon Sep 17 00:00:00 2001 From: Kevin Hoff Date: Tue, 9 Feb 2016 01:05:42 -0500 Subject: [PATCH] Adding editorconfig file to help enforce contributor guidelines - Adding http://editorconfig.org config file to help contributors follow the style guidelines defined by http://www.slimframework.com/contribute/ --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..6342cfc09 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# EditorConfig is awesome: http://EditorConfig.org +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true