From 5c81d435a70735aa5da312e5250848c90e7512cc Mon Sep 17 00:00:00 2001 From: Joseph Alves Date: Wed, 17 Jun 2015 17:02:48 -0400 Subject: [PATCH] Editor config for teams that want consistent whitespace conventions --- generated/.editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 generated/.editorconfig diff --git a/generated/.editorconfig b/generated/.editorconfig new file mode 100644 index 0000000..9e32b41 --- /dev/null +++ b/generated/.editorconfig @@ -0,0 +1,12 @@ +# editorconfig.org +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false \ No newline at end of file