diff options
| author | levlam <levlam@telegram.org> | 2023-04-07 16:02:31 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-04-07 16:02:31 +0300 |
| commit | b4676dc57a72243448208d2a5627360e36f239c1 (patch) | |
| tree | 4d286e549ea7bf9643fea074f1c4e88a7026e8c5 /.gitattributes | |
| parent | 2a70fec0b096456b086c785e025638d88d2f9528 (diff) | |
Various fixes.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f657278f3..8a58f7182 100644 --- a/.gitattributes +++ b/.gitattributes @@ -25,6 +25,8 @@ *.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 *.vsixmanifest text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.nuspec text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent +*.targets 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 |
