1 * text=auto whitespace=trailing-space,space-before-tab,-indent-with-non-tab,tab-in-indent,tabwidth=4
3 .git* text export-ignore
44 # reST underlines/overlines can look like conflict markers
45 *.rst text conflict-marker-size=80
46 # Markdown heading markers can look like conflict markers
47 *.md text conflict-marker-size=200
49 *.cmake text whitespace=tabwidth=2
50 *.cmakein text whitespace=tabwidth=2
51 *.in text whitespace=tabwidth=2
52 CMakeLists.txt text whitespace=tabwidth=2
73 *.xml -text whitespace=cr-at-eol
74 *.yml -text whitespace=cr-at-eol
75 .project -text whitespace=cr-at-eol merge=union
76 .classpath -text whitespace=cr-at-eol merge=union
77 .cproject -text whitespace=cr-at-eol merge=union
78 org.eclipse.jdt.core.prefs -text whitespace=cr-at-eol merge=union
82 *.cmd.tmpl text eol=crlf
83 *.dsp text eol=crlf -whitespace
85 *.ps1.in text eol=crlf
86 *.sln text eol=crlf -whitespace
87 *.vcproj text eol=crlf -whitespace merge=union
88 *.vcxproj text eol=crlf -whitespace merge=union