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 column_width = 120
line_endings = "Unix" line_endings = 'Unix'
indent_type = "Spaces" indent_type = 'Spaces'
indent_width = 2 indent_width = 2
quote_style = "AutoPreferDouble" quote_style = 'AutoPreferSingle'
call_parentheses = "Always" call_parentheses = 'Always'
collapse_simple_statement = "ConditionalOnly" collapse_simple_statement = 'ConditionalOnly'
[sort_requires] [sort_requires]
enabled = false enabled = false