Apply tabs project-wide

This commit is contained in:
Félix Saparelli 2021-08-24 20:21:21 +12:00
parent 33f8b60e46
commit 23d794ed7e
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
8 changed files with 107 additions and 116 deletions

View File

@ -1,25 +1,17 @@
root = true root = true
[*] [*]
indent_style = space indent_style = tab
indent_size = 4 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[lib/**/*.rs] [*.{md,ronn}]
indent_style = tab indent_style = space
indent_size = 4
[*.toml]
indent_size = 2 [*.{cff,yml}]
indent_size = 2
[*.yml]
indent_size = 2
[*.wat]
indent_size = 2
[*.md]
indent_style = space indent_style = space
indent_size = 3

View File

@ -21,7 +21,6 @@ fi
sigs="" sigs=""
for algo in B3 SHA512; do for algo in B3 SHA512; do
echo "Verifying ${algo}SUMS.auto.minisig:" echo "Verifying ${algo}SUMS.auto.minisig:"
rsign verify \ rsign verify \
-p "$(dirname $BASH_SOURCE)/../.github/workflows/release.pub" \ -p "$(dirname $BASH_SOURCE)/../.github/workflows/release.pub" \