Skip to content

Commit

Permalink
fill empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Jan 4, 2024
1 parent a0e2d67 commit 6993ba2
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 333 deletions.
14 changes: 10 additions & 4 deletions .astylerc
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# try to mimic the original gsc provided
# 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 # adds outer bracket spaces... only want inner spaces
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
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root = true
indent_style = tab
indent_size = 2
charset = latin1
trim_trailing_whitespace = true
trim_trailing_whitespace = false
insert_final_newline = true

[*.md]
Expand Down
Loading

0 comments on commit 6993ba2

Please sign in to comment.