diff options
author | Mataes <mataes2007@gmail.com> | 2018-04-27 20:39:22 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-04-27 20:39:22 +0300 |
commit | b9ce1d4d98525490ca1a38e2d9fd4f3369adb3e0 (patch) | |
tree | 787c80a909776c1c4d099b638c83c7977bb070e2 /libs/tdlib/td/.gitattributes | |
parent | 5ed0126c16d061d6e87aa20c718e14608c66feec (diff) |
added tdlib library
Diffstat (limited to 'libs/tdlib/td/.gitattributes')
-rw-r--r-- | libs/tdlib/td/.gitattributes | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/libs/tdlib/td/.gitattributes b/libs/tdlib/td/.gitattributes new file mode 100644 index 0000000000..ecb5de5494 --- /dev/null +++ b/libs/tdlib/td/.gitattributes @@ -0,0 +1,36 @@ +* text=auto + +*.cpp text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.hpp text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.h text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.c text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.tl text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.txt text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.sh text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent eol=lf +*.php text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.ps1 text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent eol=crlf +*.yml text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.py text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.cmake text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.md text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent + +*.java text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.py text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.swift text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.cs text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.xaml text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.appxmanifest text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.json text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.csproj text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.sln text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.xml text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.rb text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.lock text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.go text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent + +sqlite/sqlite/* linguist-vendored + +*.tlo binary + +*.pfx binary +*.png binary |