diff options
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 |