# HG changeset patch # User Jordan Miner # Date 1356755614 21600 # Node ID 2b710303990fb77634d89055a84d1c9780531e00 # Parent acdbb30fee7ea5f90026d6fe620b195b372ab4ed Add .editorconfig. http://editorconfig.org diff -r acdbb30fee7e -r 2b710303990f .editorconfig --- /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 +