forked from openwall/john-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: automatically reformat all files (openwall#638)
Stop thinking and use the Prettier tool. The changes in this commit were basically generated by a tool. This is invasive, but important. So let's do it before version 1.0. - The command to use is: docker run --rm -e DEFAULT_BRANCH=main -e RUN_LOCAL=true \ -e FIX_[each-toll]=true -e USE_FIND_ALGORITHM=true \ -v $(pwd):/tmp/lint ghcr.io/super-linter/super-linter:v7.2.0 Signed-off-by: Claudio André <[email protected]>
- Loading branch information
1 parent
8e21a52
commit 7cb1acf
Showing
21 changed files
with
400 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"threshold":0, | ||
"noSymlinks":true, | ||
"ignore":[ | ||
"**/.git/**", | ||
"**/build_CI.yml", | ||
"**/Releases/**", | ||
"**/spelling.yml" | ||
] | ||
"threshold": 0, | ||
"noSymlinks": true, | ||
"ignore": [ | ||
"**/.git/**", | ||
"**/build_CI.yml", | ||
"**/Releases/**", | ||
"**/spelling.yml" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.