#C_Indent Basic C indentation level. #C_BraceOfs Brace '{' offset. #C_ParenDelta When ò 0, offset of continued text after '('. When set to -1, the offset is equal to position of '(' plus one. #C_CaseOfs Offset of case and default statements. #C_CaseDelta Offsets of statements following case/default. #C_ClassOfs Offset of public, private and protected. #C_ClassDelta Offset of statements following public, private, protected. #C_ColonOfs Offset of labels. #C_CommentOfs Offset of comments. #C_CommentDelta Offset of second line of comments. #C_FirstLevelWidth Width of the first indentation level (indent of '{' in the function start). #C_FirstLevelIndent Indentation of statements in the first indentation level. #C_Continuation #FunctionUsesContinuation #C_NoIndentAfterBrace # You do not need to list all of these but you can only omit them from the end menu MChangeCIndentStyle { item "&Default (FTE)" { ChangeTabSize 8; SetIndentWithTabs 0; SetCIndentStyle 4 0 -1 0 4 0 4 -4 0 1 -1 4 4 } item "&Linux kernel" { ChangeTabSize 8; SetIndentWithTabs 1; SetCIndentStyle 8 0 -1 0 8 0 8 -8 0 1 -1 8 8 } item "&GNU" { ChangeTabSize 8; SetIndentWithTabs 1; SetCIndentStyle 2 2 -1 0 2 0 2 -2 0 1 -1 2 2 } %if(OS_OS2) item "&OS2 DDK" { ChangeTabSize 8; SetIndentWithTabs 0; SetCIndentStyle 3 0 -1 0 3 0 3 -2 0 1 -1 3 3 } item "&FM2" { ChangeTabSize 8; SetIndentWithTabs 0; SetCIndentStyle 2 0 -1 0 2 0 2 -2 0 1 -1 2 -1 } item "FAT&32" { ChangeTabSize 8; SetIndentWithTabs 0; SetCIndentStyle 3 3 -1 0 3 0 3 -3 0 1 -1 3 3 0 1 } %endif # more... }