mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11286] Use .gitattributes file in order to set the Visual Studio Files to CRLF line endings.
Signed-off-by: DasBlub <DasBlub@gmail.com>
This commit is contained in:
parent
96512037a9
commit
6c7cfa95e2
3 changed files with 5 additions and 1 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*.sln eol=crlf
|
||||
*.vcproj eol=crlf
|
||||
*.vcxproj* eol=crlf
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,6 +26,7 @@ build
|
|||
tags
|
||||
TAGS
|
||||
!.gitignore
|
||||
!.gitattributes
|
||||
|
||||
#
|
||||
# Build generated files
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11285"
|
||||
#define REVISION_NR "11286"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue