-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ineed bots
committed
Jan 4, 2024
1 parent
7105b39
commit ddc7e5f
Showing
6 changed files
with
1,908 additions
and
1,903 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,21 +1,27 @@ | ||
# try to mimic the original gsc provided | ||
# mode=ghc | ||
mode=c | ||
style=allman | ||
|
||
indent=tab | ||
indent=force-tab=2 | ||
lineend=windows | ||
|
||
pad-oper | ||
pad-paren-in | ||
pad-header | ||
|
||
# delete-empty-lines | ||
# pad-brackets-in | ||
fill-empty-lines | ||
squeeze-lines=2 | ||
squeeze-ws | ||
break-one-line-headers | ||
add-braces | ||
remove-comment-prefix | ||
|
||
break-blocks | ||
# remove-braces | ||
|
||
indent-switches | ||
indent-cases | ||
indent-after-parens | ||
indent-col1-comments | ||
|
||
remove-comment-prefix |
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.