diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:29:21 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:29:21 +0100 |
commit | 9b9dfba5c66017ca7d17da459c43d0c48ea7046a (patch) | |
tree | 2e7781e46802d9955c1cd3d538bc6d7407c509ed /.gitattributes | |
parent | enable live reload (diff) | |
download | wireguard-config-9b9dfba5c66017ca7d17da459c43d0c48ea7046a.tar.gz wireguard-config-9b9dfba5c66017ca7d17da459c43d0c48ea7046a.zip |
make .gitattributes more consistent
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 176a458..d76765e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto + +*.sh text eol=lf |