mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 09:40:32 +00:00
remove tomlfmt.toml
This commit is contained in:
31
tomlfmt.toml
31
tomlfmt.toml
@@ -1,31 +0,0 @@
|
||||
# trailing comma in arrays
|
||||
always_trailing_comma = false
|
||||
# trailing comma when multi-line
|
||||
multiline_trailing_comma = true
|
||||
# the maximum length in bytes of the string of an array object
|
||||
max_array_line_len = 80
|
||||
# number of spaces to indent
|
||||
indent_count = 4
|
||||
# space around equal sign
|
||||
space_around_eq = true
|
||||
# remove all the spacing inside the array
|
||||
compact_arrays = false
|
||||
# remove all the spacing inside the object
|
||||
compact_inline_tables = false
|
||||
trailing_newline = true
|
||||
# is it ok to have blank lines inside a table
|
||||
# this option needs to be true for the --grouped flag
|
||||
key_value_newlines = true
|
||||
allowed_blank_lines = 1
|
||||
# windows style line endings
|
||||
crlf = false
|
||||
# The user specified ordering of tables in a document.
|
||||
# All unspecified tables will come after these.
|
||||
table_order = [
|
||||
"package",
|
||||
"features",
|
||||
"dependencies",
|
||||
"build-dependencies",
|
||||
"dev-dependencies",
|
||||
"workspace"
|
||||
]
|
||||
Reference in New Issue
Block a user