diff options
author | aunsane <aunsane@gmail.com> | 2018-04-27 21:33:17 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-04-27 21:33:17 +0300 |
commit | e1ec72eab6d00b3ba38e5932bc88920f103b6e4a (patch) | |
tree | 999de2725a83e30fbbf6576200525d4ef0c5fe38 /protocols/Telegram/tdlib/td/.gitattributes | |
parent | b9ce1d4d98525490ca1a38e2d9fd4f3369adb3e0 (diff) |
Telegram: initial commit
- tdlib moved to telegram dir
Diffstat (limited to 'protocols/Telegram/tdlib/td/.gitattributes')
-rw-r--r-- | protocols/Telegram/tdlib/td/.gitattributes | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/td/.gitattributes b/protocols/Telegram/tdlib/td/.gitattributes new file mode 100644 index 0000000000..ecb5de5494 --- /dev/null +++ b/protocols/Telegram/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 |