diff options
| author | levlam <levlam@telegram.org> | 2018-02-23 10:30:33 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-02-23 10:30:33 +0300 |
| commit | 30498d959e77b4f72f5c989cfaf3107e03995e30 (patch) | |
| tree | f68318bfae1cc14e1ca084cd6a9aaaa636e21302 /.gitattributes | |
| parent | a75b6611d5ed20a70a31ee250f90ab1621915b1b (diff) | |
Update .gitattribures.
GitOrigin-RevId: b5df85356025223f6e59c33c69178ba38cb0d5c0
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 0a9ee3817..a916ed4a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,10 @@ *.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 + sqlite/sqlite/* linguist-vendored *.tlo binary |
