[cmake-developers] astyle cofiguration for CMake coding?

2015-06-22 Thread Stuermer, Michael SP/HZA-ZSEP
Does anyone have a configuration for astyle which indents my code according to the CMake coding rules? Would make my life much easier right now. Directions where I can find a complete set of rules how the code should be formatted would also suffice. best regards Michael Stürmer -- Powered

Re: [cmake-developers] astyle cofiguration for CMake coding?

2015-06-22 Thread Brad King
On 06/22/2015 03:36 AM, Stuermer, Michael SP/HZA-ZSEP wrote: Directions where I can find a complete set of rules how the code should be formatted would also suffice. We don't have it formally documented anywhere. Basics: * 79 columns or less (only one that is enforced with a test) * indent

Re: [cmake-developers] astyle cofiguration for CMake coding?

2015-06-22 Thread Stuermer, Michael SP/HZA-ZSEP
-developers] astyle cofiguration for CMake coding? On 06/22/2015 03:36 AM, Stuermer, Michael SP/HZA-ZSEP wrote: Directions where I can find a complete set of rules how the code should be formatted would also suffice. We don't have it formally documented anywhere. Basics: * 79 columns