diff options
author | sanine <sanine.not@pm.me> | 2023-04-07 00:46:47 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-04-07 00:46:47 -0500 |
commit | f91a730b3a9ddd532c2ba9ff4f8b120a8ca2fa81 (patch) | |
tree | 98f5f0f74172272c5a3f76d838d11659874ad900 | |
parent | 66e4f6ac273af5ae8c882153393731340a609a91 (diff) |
set text=auto for all files
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4b250e3..503d18d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +* text=auto *.lua text |