feat: add language specific project configs

This commit is contained in:
2025-09-06 01:34:46 +02:00
parent 4200a717d9
commit dba3dd424d
5 changed files with 89 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "Never"
[sort_requires]
enabled = true