-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Kompics 1.1 and some cleanup and formatting
- Loading branch information
Showing
14 changed files
with
458 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#Scalariform formatter preferences | ||
#Thu Jul 12 21:00:44 CEST 2018 | ||
singleCasePatternOnNewline=true | ||
newlineAtEndOfFile=true | ||
alignParameters=true | ||
formatXml=true | ||
spaceBeforeContextColon=false | ||
doubleIndentMethodDeclaration=false | ||
doubleIndentConstructorArguments=false | ||
spacesAroundMultiImports=true | ||
spaceInsideBrackets=false | ||
indentWithTabs=false | ||
firstParameterOnNewline=Force | ||
spaceInsideParentheses=false | ||
multilineScaladocCommentsStartOnFirstLine=false | ||
alignSingleLineCaseStatements=true | ||
compactStringConcatenation=false | ||
placeScaladocAsterisksBeneathSecondAsterisk=false | ||
indentPackageBlocks=true | ||
compactControlReadability=false | ||
allowParamGroupsOnNewlines=false | ||
danglingCloseParenthesis=Prevent | ||
spacesWithinPatternBinders=true | ||
alignSingleLineCaseStatements.maxArrowIndent=40 | ||
doubleIndentClassDeclaration=false | ||
preserveSpaceBeforeArguments=true | ||
spaceBeforeColon=false | ||
firstArgumentOnNewline=Force | ||
alignArguments=false | ||
rewriteArrowSymbols=false | ||
indentLocalDefs=false | ||
indentSpaces=2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../.scalariform.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.