Add .gitattributes' and TODO' files.

This commit is contained in:
Alex Vear
2019-09-28 17:27:07 +01:00
parent 898e8b8763
commit a44b4ea524
2 changed files with 18 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@@ -0,0 +1,5 @@
# See: https://axvr.io/projects/ascribe/
* text=auto eol=lf final-newline trim-trailing-whitespace
*.vim line-length=78 expand-tab tab-stop=4
doc/* line-length=78 expand-tab tab-stop=4
*.md line-length=80 expand-tab tab-stop=4