Skip to content

Commit 910c921

Browse files
committed
Add gitattributes
1 parent 014120e commit 910c921

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitattributes

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Tell GitHub that these files are SourcePawn
5+
*.inc text linguist-language=sourcepawn
6+
*.sma text linguist-language=sourcepawn
7+
8+
# Custom for Visual Studio
9+
*.cs diff=csharp
10+
11+
# Sources
12+
*.C text
13+
*.cc text
14+
*.cxx text
15+
*.cpp text
16+
*.c++ text
17+
*.hpp text
18+
*.h text
19+
*.h++ text
20+
*.hh text
21+
22+
# Compiled Object files
23+
*.o binary
24+
*.obj binary

0 commit comments

Comments
 (0)