feat: image-converter project init

This commit is contained in:
2026-01-05 14:34:45 +01:00
parent 20527c6369
commit 275d53d1dc
32 changed files with 573 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.{md,py}]
charset = utf-8
[*.py]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab