1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Further improve .gitattributes

This commit is contained in:
Thom Wiggers 2019-01-16 11:38:07 +01:00
parent 729efea957
commit 6427e7f808
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

9
.gitattributes vendored
View File

@ -1,3 +1,6 @@
* text=auto
*.[ch] text whitespace=fix
*.yaml text whitespace=fix
* text=auto
*.[ch] text whitespacestrict
*.yaml text whitespacestrict
Makefile text whitespace="tabwidth=4,-tab-in-indent"
[attr]whitespacestrict whitespace="trailing-space,indent-with-non-tab,space-before-tab,tabwidth=4"