summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2016-02-07 13:44:17 -0500
committerBen Burwell <ben@benburwell.com>2016-02-07 13:44:17 -0500
commitc6b87414d135227b3bc500050963623117f79496 (patch)
tree02f646fed5c236b00266be30569c80fc60fab646 /.editorconfig
parent89e53b0348179e38734a9f103a9e917faeb49f85 (diff)
Add editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
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
+