Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3623

I’m gearing up to run the entire project through astyle. I think I just finished configuring my local astyle settings file but I’ll take another look another day to see if anything else stands out. The style is pretty inconsistent so I figure that I’ll try running it through the styler this go around instead of doing it manually like I did with BOSS. While fun, it did take me a few months. 🙂

Out of interest, this is what I’m going with:

#Attach braces
style-attach
attach-extern-c
#Use tab for indentation and spaces for alignment
indent=tab=4
indent-switches
indent-modifiers
indent-preproc-block
#Attach closing while of a loop to the closing brace
attach-closing-while
#Padding
break-blocks
pad-oper
pad-include
pad-header
align-pointer=name
delete-empty-lines
squeeze-ws
remove-braces
attach-return-type
convert-tabs
close-templates
max-code-length=100