wip
This commit is contained in:
parent
e103bba12c
commit
c4f992c9d6
21 changed files with 233 additions and 193 deletions
11
rustfmt.toml
Normal file
11
rustfmt.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Rustfmt configuration
|
||||
# This should match the .editorconfig settings
|
||||
|
||||
# Use spaces for indentation (matches .editorconfig indent_style = space)
|
||||
hard_tabs = false
|
||||
|
||||
# Use 4 spaces for indentation (matches .editorconfig indent_size = 4)
|
||||
tab_spaces = 4
|
||||
|
||||
# Use Unix line endings (matches .editorconfig end_of_line = lf)
|
||||
newline_style = "Unix"
|
||||
Loading…
Add table
Add a link
Reference in a new issue