diff options
author | JinweiClarkChao <[email protected]> | 2014-02-19 20:15:10 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2014-02-19 20:15:10 +0800 |
commit | 19db4f80c478de04c0e3281db9ca160f5db9dc1d (patch) | |
tree | fcc6b6f544361ad17599f13ded1349bdc30ae121 /.gitattributes | |
download | jinwei.me-19db4f80c478de04c0e3281db9ca160f5db9dc1d.tar.gz |
Create the repo
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes | |||
@@ -0,0 +1,22 @@ | |||
1 | # Auto detect text files and perform LF normalization | ||
2 | * text=auto | ||
3 | |||
4 | # Custom for Visual Studio | ||
5 | *.cs diff=csharp | ||
6 | *.sln merge=union | ||
7 | *.csproj merge=union | ||
8 | *.vbproj merge=union | ||
9 | *.fsproj merge=union | ||
10 | *.dbproj merge=union | ||
11 | |||
12 | # Standard to msysgit | ||
13 | *.doc diff=astextplain | ||
14 | *.DOC diff=astextplain | ||
15 | *.docx diff=astextplain | ||
16 | *.DOCX diff=astextplain | ||
17 | *.dot diff=astextplain | ||
18 | *.DOT diff=astextplain | ||
19 | *.pdf diff=astextplain | ||
20 | *.PDF diff=astextplain | ||
21 | *.rtf diff=astextplain | ||
22 | *.RTF diff=astextplain | ||