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
[*]
indent_style = space
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[lib/**/*.rs]
indent_style = tab
[*.toml]
indent_size = 2
[*.yml]
indent_size = 2
[*.wat]
indent_size = 2
[*.md]
[*.{md,ronn}]
indent_style = space
indent_size = 4
[*.{cff,yml}]
indent_size = 2
indent_style = space
indent_size = 3

View File

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