pcottle.learnGitBranching/.editorconfig
Aaron Schrab ddcba3820a Add .editorconfig file
Create a file to provide code formatting hints to editors with support
for the [EditorConfig][] format.

 [EditorConfig]: http://editorconfig.org/
2013-02-20 13:36:02 -05:00

5 lines
84 B
INI

root = true # Top-most editorconfig file
[*]
indent_style = space
indent_size = 2