From c4b6550f4e245058031f4ae844368f4440833bdb Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Sun, 28 Jan 2018 21:26:25 -0600 Subject: [PATCH] Adds editorconfig for my own sanity. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d415404 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8