annotate .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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
107
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
1 ; http://editorconfig.org
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
2
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
3 root = true
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
4
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
5 [*]
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
6 indent_style = tab
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
7 charset = utf-8
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
8 trim_trailing_whitespace = true
2b710303990f Add .editorconfig. http://editorconfig.org
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
9