### Jindent 2.1 Property File, (www.c-lab.de/~jindent) ### Example file ### Convention Note conventionName = "The SeMoA Code Conventions - Version 0.1" setConventionNote = true ### Tabulator emulateTabs = true tabulatorSize = 4 ### Indent indentSize = 4 firstLevelIndent = 0 indentCaseFromSwitch = true indentDeclarations = false indentTooLongComments = false indentAlwaysAtTabColumn = false minimumCommentIndent = 4 ### Braces leftBraceNewLine = true rightBraceNewLine = true indentLeftBrace = 0 indentRightBrace = 0 indentAfterRightBrace = 0 cuddleEmptyBraces = true indentCuddledBraces = 1 ### Code Modification insertBracesAtIfElse = true insertBracesAtFor = true insertBracesAtWhile = true insertBracesAtDoWhile = true ### JavaDocs and Comments createMissingJavaDocs = true javaDoc_method_top[00] = "/**" javaDoc_method_top[01] = " * Method declaration" javaDoc_method_top[02] = " *" javaDoc_method_param_separator[00] = "" javaDoc_method_param[00] = " * @param" javaDoc_method_return[00] = " * @return" javaDoc_method_exception_separator[00] = "" javaDoc_method_exception[00] = " * @exception" javaDoc_method_bottom[00] = " */" javaDoc_constructor_top[00] = "/**" javaDoc_constructor_top[01] = " * Constructor declaration" javaDoc_constructor_top[02] = " *" javaDoc_constructor_param_separator[00] = "" javaDoc_constructor_param[00] = " * @param" javaDoc_constructor_exception_separator[00] = "" javaDoc_constructor_exception[00] = " * @exception" javaDoc_constructor_bottom[00] = " */" javaDoc_class[00] = "/**" javaDoc_class[01] = " * Class declaration" javaDoc_class[02] = " *" javaDoc_class[03] = " * @author Jan Peters" javaDoc_class[04] = " * @version \"$Id: semoa-jindent-codestyle.jin 1844 2006-06-26 14:32:13Z jpeters $\"" javaDoc_class[05] = " */" javaDoc_interface[00] = "/**" javaDoc_interface[01] = " * Interface declaration" javaDoc_interface[02] = " *" javaDoc_interface[03] = " * @author Jan Peters" javaDoc_interface[04] = " * @version \"$Id: semoa-jindent-codestyle.jin 1844 2006-06-26 14:32:13Z jpeters $\"" javaDoc_interface[05] = " */" ignoreJavaDocs = false ignoreMultiLineComments = false ignoreSingleLineComments = false ### Blank Lines blankLinesAfterDeclarations = 1 blankLinesAfterMethods = 1 blankLinesBetweenClassInterface = 2 blankLinesBetweenChunks = 1 blankLinesBeforeJavaDocs = 1 blankLinesAfterJavaDocs = 0 blankLinesBeforeMultiComments = 1 blankLinesAfterMultiComments = 0 blankLinesBeforeSingleComments = 1 blankLinesAfterSingleComments = 0 keepBlankLines = true ### Whitespaces separateAssignmentOperators = true separateConditionalOperators = true separateComparisonOperators = true separateNumericalOperators = true spaceAfterComma = true spaceAfterSemicolon = true spaceAfterCasting = true spaceBeforeMethodParameters = false spaceBeforeStatementParameters = true paddingParenthesis = false paddingBrackets = false ### Line Wrapping wrapLines = true wrapBecauseOfComments = true wrapLongMethodNames = true maxLineLength = 78 deepIndent = 45 forceIndent = -1 forceIndentTolerance = 0 ### Labels labelNewLine = true