Extend odinfmt config

This commit is contained in:
Riyyi
2026-08-02 03:36:15 +02:00
parent 418c9cf39d
commit 8c9bba3813
+4
View File
@@ -1,6 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/odinfmt.schema.json",
"align_struct_fields": true,
"align_struct_values": true,
"character_width": 80,
"newline_style": "LF",
"space_single_line_blocks": true,
"tabs": true,
"tabs_width": 4
}