From c3b3b522d519482b3dcba9017341c726d49782e3 Mon Sep 17 00:00:00 2001 From: T1ti <40864460+T1ti@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:14:52 +0200 Subject: [PATCH] https://github.com/wowdev/noggit3/commit/9d26588cf399c86f9b796edf154b5826b06d419d --- .gitattributes | 6 ++++++ uid_fix_concept.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d35098ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Sources +*.c text diff=cpp eol=lf +*.h text diff=cpp eol=lf +*.cpp text diff=cpp eol=lf +*.hpp text diff=cpp eol=lf +*.ipp text diff=cpp eol=lf diff --git a/uid_fix_concept.md b/uid_fix_concept.md index 92a45a1c..04882e3b 100644 --- a/uid_fix_concept.md +++ b/uid_fix_concept.md @@ -32,4 +32,4 @@ * does not work with parallel work by multiple editors on same map, or requires a central fix-pass every so often, which is undesirable -> requires one pass _after a fuckup_ which still can exist - -> valid and good for single-person work + -> valid and good for single-person work \ No newline at end of file