diff options
| author | levlam <levlam@telegram.org> | 2020-11-03 19:34:10 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-11-03 19:34:10 +0300 |
| commit | 74559bab15af2ccb2cdadadc4467ce3fac97f4b9 (patch) | |
| tree | dd6426f83d3a60767c5991b52fa2ebabcf363c3f /.gitattributes | |
Telegram Bot APi server initial commit.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bc0e1bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +*.cpp 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 +*.md 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 +*.html text whitespace=blank-at-eol,space-before-tab,blank-at-eof,tab-in-indent |
