mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-18 16:37:25 +00:00
.vscode
main
out
userraw
.astylerc
.editorconfig
.gitignore
.gitmodules
README.md
deploy.bat
deploy.js
z_deploy.bat
z_server.bat
z_server_pvbrust.bat
z_server_pvbrust_watchdog.bat
z_server_pvbvote.bat
z_server_pvbvote_watchdog.bat
z_server_watchdog.bat
22 lines
248 B
Plaintext
22 lines
248 B
Plaintext
# try to mimic the original gsc provided
|
|
mode=c
|
|
style=allman
|
|
|
|
indent=tab
|
|
lineend=windows
|
|
|
|
pad-oper
|
|
pad-paren-in
|
|
pad-header
|
|
|
|
# delete-empty-lines
|
|
|
|
break-blocks
|
|
# remove-braces
|
|
|
|
indent-switches
|
|
indent-cases
|
|
indent-after-parens
|
|
|
|
remove-comment-prefix
|