view .editorconfig @ 108:b3091e460553

Remove end_of_line from .editorconfig. Version control should convert newlines as necessary.
author Jordan Miner <jminer7@gmail.com>
date Sat, 19 Jan 2013 20:48:53 -0600
parents 2b710303990f
children
line wrap: on
line source

; http://editorconfig.org

root = true

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