mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-02-08 03:19:00 +00:00
28 lines
368 B
Plaintext
28 lines
368 B
Plaintext
# try to mimic the original gsc provided
|
|
# mode=ghc
|
|
mode=c
|
|
style=allman
|
|
|
|
indent=force-tab=2
|
|
lineend=windows
|
|
|
|
pad-oper
|
|
pad-paren-in
|
|
pad-header
|
|
# pad-brackets-in
|
|
fill-empty-lines
|
|
squeeze-lines=2
|
|
squeeze-ws
|
|
break-one-line-headers
|
|
add-braces
|
|
remove-comment-prefix
|
|
|
|
break-blocks
|
|
|
|
indent-switches
|
|
indent-cases
|
|
indent-after-parens
|
|
indent-col1-comments
|
|
|
|
remove-comment-prefix
|