From 126017e7d747f4f542263aa8b130ad386c17050b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 29 Sep 2015 10:57:04 +0200 Subject: [PATCH] Add .editorconfig file See http://editorconfig.org/ --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..fcc0d05e36 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +end_of_line = lf +indent_style = tab +trim_trailing_whitespace = true