chore: add gitattributes, rename guide, and template comments

Add .gitattributes enforcing LF line endings.

Add a rename guide to README.md for scaffolding new projects.

Comment main.c as a template placeholder to replace.
This commit is contained in:
2026-06-15 04:33:55 +02:00
parent 2d25ad3a10
commit 3ce42cc8db
3 changed files with 19 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
// Template placeholder — replace with your own entry point.
// Remove or rename this file when scaffolding a new project.
#include "ctdd/str.h"
#include "ctdd/report.h"
#include "ctdd/logger.h"