Initial commit

This commit is contained in:
Riyyi
2026-08-25 21:43:02 +02:00
commit 715fdbb7c1
12 changed files with 106 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/odinfmt.schema.json",
"align_struct_fields": true,
"align_struct_values": true,
"character_width": 80,
"indent_cases": true,
"newline_limit": 1,
"newline_style": "LF",
"sort_imports": true,
"space_single_line_blocks": true,
"tabs": true,
"tabs_width": 4
}