Last change
on this file since 2370 was
2165,
checked in by sam, 7 years ago
|
build: renormalise a lot of files.
|
File size:
448 bytes
|
Line | |
---|
1 | # Visual Studio wants crlf, but if we do so, git will |
---|
2 | # normalise files and git-svn will push LF files to SVN, |
---|
3 | # so we revert back to binary. |
---|
4 | *.sln -text |
---|
5 | *.csproj -text |
---|
6 | *.vcxproj -text |
---|
7 | |
---|
8 | # Vim doesn't like CRLF, even on Windows |
---|
9 | *.vim eol=lf |
---|
10 | # Bison doesn't like CRLF |
---|
11 | external/*/share/bison/* eol=lf |
---|
12 | |
---|
13 | # Source files should be normalised in the repository |
---|
14 | *.c eol=lf |
---|
15 | *.cpp eol=lf |
---|
16 | *.cc eol=lf |
---|
17 | *.h eol=lf |
---|
18 | *.hh eol=lf |
---|
19 | *.lolfx eol=lf |
---|
Note: See
TracBrowser
for help on using the repository browser.