Skip to content

Commit b0256f4

Browse files
DasBlubSchmoozerd
authored andcommitted
[2011] Use .gitattributes file in order to set the Visual Studio Files to CRLF line endings.
Signed-off-by: Schmoozerd <Schmoozerd@scriptdev2.com>
1 parent 13f8901 commit b0256f4

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.sln eol=crlf
2+
*.vcproj eol=crlf
3+
*.vcxproj* eol=crlf

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ TAGS
2626
INSTALL
2727

2828
!.gitignore
29+
!.gitattributes
2930

3031
#
3132
# Build generated files

sd2_revision_nr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef __SD2_REVISION_NR_H__
22
#define __SD2_REVISION_NR_H__
3-
#define SD2_REVISION_NR "2010"
3+
#define SD2_REVISION_NR "2011"
44
#endif // __SD2_REVISION_NR_H__

0 commit comments

Comments
 (0)