changeset 107:2b710303990f

Add .editorconfig. http://editorconfig.org
author Jordan Miner <jminer7@gmail.com>
date Fri, 28 Dec 2012 22:33:34 -0600
parents acdbb30fee7e
children b3091e460553
files .editorconfig
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.editorconfig	Fri Dec 28 22:33:34 2012 -0600
@@ -0,0 +1,10 @@
+; http://editorconfig.org
+
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+