Shirley Breuer - 2020-12-02

Hi!

I am a complete beginner and wanted to learn more about Code Beautifier and GreatCode. I have never done this before and need your help. :)
I have a list of formatting rules that I would like to work through with GC.
I have thought of 15 formatting rules that I want to follow:
not use /.../ style comments
make labels easy to see
ensure consistens line endings
Layout boolean expression neatly
balance space around binary operators
no space after non-word prefix operators
no space before postfix operators
avoid more than 60 lines in a block
no more than 60 characters on a comment line
avoid more than 500 to 1000 lines per file
avoid more than 140 character per line
start each statement or declaration on a new line
prefer break, continue, and return to deeper nesting
ident to reflect nesting and continuation of statements and declarations
avoid more than three levels of nesting
balance space around braced, bracketed and parenthesized areas

How are these things possible with GC GreatCode?
Can someone help me please?
Thanks a lot in advance! :)

Best regards
Shirley