Added VS2012 solution and extractor code tidy up
[getmangos.git] / .gitattributes
blob9fa544d91af6453d86bb38d619988af886d75593
1 # Lineendings
2 *.sln        eol=crlf
3 *.vcproj     eol=crlf
4 *.vcxproj*   eol=crlf
6 # Whitespace rules
7 # strict (no trailing, no tabs)
8 *.cpp        whitespace=trailing-space,space-before-tab,tab-in-indent,cr-at-eol
9 *.h          whitespace=trailing-space,space-before-tab,tab-in-indent,cr-at-eol
11 # normal (no trailing)
12 *.sql        whitespace=trailing-space,space-before-tab,cr-at-eol
13 *.txt        whitespace=trailing-space,space-before-tab,cr-at-eol
15 # special files which must ignore whitespace
16 *.patch      whitespace=-trailing-space