diff options
| author | levlam <levlam@telegram.org> | 2018-03-06 19:27:52 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-03-06 19:27:52 +0300 |
| commit | 41bd7c7428fb54ca68e6115cf3796ab0b56c88af (patch) | |
| tree | 6aae7148ac6f3383b1775d85b6290eddab9e13db /.gitattributes | |
| parent | bc75542960bd5a07edc705c9c2bf83999bfc0cf9 (diff) | |
Various fixes.
GitOrigin-RevId: e96c9e6f8f159f91ec31288e36edfb5869603341
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a916ed4a4..2ed11bcb1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,7 +17,17 @@ *.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 sqlite/sqlite/* linguist-vendored *.tlo binary + +*.pfx binary +*.png binary |
