mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-20 17:25:42 +00:00
fill empty lines
This commit is contained in:
parent
a0e2d67602
commit
6993ba227f
14
.astylerc
14
.astylerc
@ -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
|
||||
|
@ -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]
|
||||
|
@ -1974,7 +1974,6 @@ checkTheBots()
|
||||
}
|
||||
|
||||
|
||||
|
||||
// _bot_sd
|
||||
// fix crash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user