This commit is contained in:
Félix Saparelli 2022-01-22 17:40:09 +13:00
parent 089122821d
commit 093b443dbc
9 changed files with 542 additions and 532 deletions

View File

@ -1,12 +1,21 @@
root = true
[*]
indent_style = space
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
[tests/snapshots/*]
indent_style = space
trim_trailing_whitespace = false
[*.{md,ronn}]
indent_style = space
indent_size = 4
[*.{cff,yml}]
indent_size = 2
indent_style = space

1
.rustfmt.toml Normal file
View File

@ -0,0 +1 @@
hard_tabs = true