view .editorconfig @ 107:2b710303990f

Add .editorconfig. http://editorconfig.org
author Jordan Miner <jminer7@gmail.com>
date Fri, 28 Dec 2012 22:33:34 -0600
parents
children b3091e460553
line wrap: on
line source

; http://editorconfig.org

root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true