set preference for single quotes

This commit is contained in:
2024-11-22 11:40:01 -05:00
parent a58b00df4f
commit aeafa3c0ba
+5 -5
View File
@@ -1,10 +1,10 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
line_endings = 'Unix'
indent_type = 'Spaces'
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "ConditionalOnly"
quote_style = 'AutoPreferSingle'
call_parentheses = 'Always'
collapse_simple_statement = 'ConditionalOnly'
[sort_requires]
enabled = false