comparison .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
comparison
equal deleted inserted replaced
107:2b710303990f 108:b3091e460553
2 2
3 root = true 3 root = true
4 4
5 [*] 5 [*]
6 indent_style = tab 6 indent_style = tab
7 end_of_line = lf
8 charset = utf-8 7 charset = utf-8
9 trim_trailing_whitespace = true 8 trim_trailing_whitespace = true
10 9