diff options
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 6d5975c..c3e4d96 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Force unix newlines on all platforms -* text eol=lf +util/update_from_stencil text eol=lf +util/run_tests text eol=lf +*.sh text eol=lf |