commit 646c8d142c303b3e5a881495bd1a7ed6499f7179 Author: Tau Date: Thu Nov 8 17:09:28 2018 -0500 Add .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..73ce228 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# http://editorconfig.org/ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 79