format settings

This commit is contained in:
2024-11-20 13:21:05 -05:00
parent 2bc0311937
commit 798d266099
2 changed files with 15 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = false
indent_style = space
indent_size = 2
max_line_length = 80
trim_trailing_whitespace = true
[markdown]
indent_size = 4
trim_trailing_whitespace = false
+1 -3
View File
@@ -1,12 +1,10 @@
syntax = "All"
column_width = 120 column_width = 120
line_endings = "Unix" line_endings = "Unix"
indent_type = "Spaces" indent_type = "Spaces"
indent_width = 3 indent_width = 3
quote_style = "AutoPreferDouble" quote_style = "AutoPreferDouble"
call_parentheses = "Always" call_parentheses = "Always"
space_after_function_names = "Never"
collapse_simple_statement = "ConditionalOnly" collapse_simple_statement = "ConditionalOnly"
[sort_requires] [sort_requires]
enabled = false enabled = false