This commit is contained in:
T1ti
2024-09-01 05:14:52 +02:00
parent 116ff684a2
commit c3b3b522d5
2 changed files with 7 additions and 1 deletions

6
.gitattributes vendored Normal file
View File

@@ -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

View File

@@ -32,4 +32,4 @@
* does not work with parallel work by multiple editors on same map, or * 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 a central fix-pass every so often, which is undesirable
-> requires one pass _after a fuckup_ which still can exist -> requires one pass _after a fuckup_ which still can exist
-> valid and good for single-person work -> valid and good for single-person work