diff options
author | Nicholas DeMarinis <ndemarinis@wpi.edu> | 2023-09-18 18:38:20 -0400 |
---|---|---|
committer | Nicholas DeMarinis <ndemarinis@wpi.edu> | 2023-09-18 18:46:53 -0400 |
commit | d4bd9e050d2b73174fd54b075ed57e366e649ba1 (patch) | |
tree | 4d143b80ef100f4ace366d799b46f9bf19e94354 /.gitattributes | |
parent | 76013ab1c37dbc17a42fc5cb8adde32d704232f4 (diff) |
Updated .gitattributes.
Diffstat (limited to '.gitattributes')
-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 |