From ab3e3f6f9e4c09895e0ffea5c0359932136cf99a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 16 Jun 2014 16:02:10 +0200 Subject: Add `.editorconfig` See . --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bec7553 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3