feat(FN-002): complete Step 1 — Root Monorepo Tooling and Repository Hygiene

This commit is contained in:
Fusion
2026-05-14 01:14:36 +02:00
commit d74f77fd33
10 changed files with 274 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_size = 4
[Makefile]
indent_style = tab