fix: ensure single quotes are used consistently across configuration files
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ column_width = 80
|
||||
indent_type = "Spaces"
|
||||
indent_width = 2
|
||||
line_endings = "Unix"
|
||||
quote_style = "AutoPreferDouble"
|
||||
quote_style = "AutoPreferSingle"
|
||||
|
||||
Reference in New Issue
Block a user