improve: smoother experience

This commit is contained in:
wongxy
2022-08-13 09:34:00 +08:00
parent b75310f281
commit cd9485d64a
2 changed files with 27 additions and 19 deletions
+6 -4
View File
@@ -1,4 +1,6 @@
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
no_call_parentheses = true
column_width = 100
indent_type = 'Spaces'
quote_style = 'AutoPreferSingle'
indent_width = 2
call_parentheses = 'Always'
collapse_simple_statement = 'ConditionalOnly'