chore: move formatter config up a directory
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
indent_style = space
|
||||
indent_size = 3
|
||||
max_line_length = 80
|
||||
trim_trailing_whitespace = true
|
||||
tab_width = 3
|
||||
|
||||
[*.lua]
|
||||
max_line_length = 120
|
||||
|
||||
[yaml]
|
||||
indent_size = 2
|
||||
|
||||
[json]
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
indent_style = tab
|
||||
|
||||
[markdown]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = false
|
||||
@@ -1,10 +0,0 @@
|
||||
column_width = 120
|
||||
line_endings = 'Unix'
|
||||
indent_type = 'Spaces'
|
||||
indent_width = 3
|
||||
quote_style = 'AutoPreferSingle'
|
||||
call_parentheses = 'Always'
|
||||
collapse_simple_statement = 'ConditionalOnly'
|
||||
|
||||
[sort_requires]
|
||||
enabled = false
|
||||
Reference in New Issue
Block a user