diff options
author | Jeremy <jsilliman@protonmail.com> | 2022-01-04 21:48:21 -0500 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-05 09:57:20 -0300 |
commit | 745f1a0e05f5047add482caf68c5f7c5f88ff39a (patch) | |
tree | 3b188dc6a19d1d1522b00abef6a984422b078749 | |
parent | 13492b3059fbe49cc9b8c9a448dd9c27c5a6f956 (diff) | |
download | NorthstarMods-745f1a0e05f5047add482caf68c5f7c5f88ff39a.tar.gz NorthstarMods-745f1a0e05f5047add482caf68c5f7c5f88ff39a.zip |
Disable newline processing on localization filesv1.4.0
this should hopefully stop bob from being driven INSANE
AAAAAAAAAAAAAAAAAAAAAAAAAA
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..dc73e011 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/Northstar.Client/mod/resource/* -text
\ No newline at end of file |