railiance: initial bootstrap scaffold

This commit is contained in:
Bernd Worsch 2025-09-12 01:46:14 +02:00
commit 6b9307289b
7 changed files with 88 additions and 0 deletions

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2