From c6b87414d135227b3bc500050963623117f79496 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 7 Feb 2016 13:44:17 -0500 Subject: Add editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5ed6bbc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +max_line_length = 80 + -- cgit v1.2.3