diff options
author | Ben Burwell <ben@benburwell.com> | 2016-02-07 13:44:17 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2016-02-07 13:44:17 -0500 |
commit | c6b87414d135227b3bc500050963623117f79496 (patch) | |
tree | 02f646fed5c236b00266be30569c80fc60fab646 | |
parent | 89e53b0348179e38734a9f103a9e917faeb49f85 (diff) |
Add editorconfig
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |