annotate .editorconfig @ 111:8ba1044adc93

Rename Newline.Macintosh/Linux to better names. CR is not used on Mac since before OS X. And LF is not just used on Linux, but other Unix systems too.
author Jordan Miner <jminer7@gmail.com>
date Sat, 19 Jan 2013 20:57:11 -0600
parents b3091e460553
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