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