This commit is contained in:
Tulis_Dwa
2025-01-20 21:27:58 +00:00
parent 3ab836d91c
commit 86f918a739
8 changed files with 786 additions and 8 deletions

11
.gitattributes vendored Normal file
View File

@ -0,0 +1,11 @@
# Set the default behavior for all files.
* text=auto eol=lf
# Normalized and converts to native line endings on checkout.
*.c text
*.cc text
*.cxx
*.cpp text
*.h text
*.hxx text
*.hpp text