aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2015-12-22 12:58:39 +0000
committerEdward Barnard2015-12-22 12:58:39 +0000
commitf20c773f65347be274766dc364a455fbb00c58df (patch)
treeb8a46ab41e4bcc5caec4f66a898fbdb280bb091e
parenteef9d906b38def0091faa2dc955a4c0970fe251d (diff)
downloadrust-plist-f20c773f65347be274766dc364a455fbb00c58df.tar.bz2
Add .editorconfig
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..9fb23ce
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+# EditorConfig helps developers define and maintain consistent
+# coding styles between different editors and IDEs
+# editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 4