astyle configuration for validating code using obs-mp coding style

Lain

Forum Admin
Lain
Forum Moderator
Developer
The -s4 probably isn't needed. Other than that it should be fine, I think. The only problem is with C++ code if you happen to use it -- we have a bit of custom styling there that doesn't work with standard formatters (my fault).

8-column tab indent, 80 columns max preferably. Kernel normal form. Spaces for alignment-related things, preferably using tabs only for starting indents.
 
Top