-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from bblfish/CommandLine
The code in this PR was used in a demonstration at last Wednesday's Solid CG meeting, and a video of if the demo is up https://forum.solidproject.org/t/http-sig-auth-demo-for-big-linked-data/6646
- Loading branch information
Showing
78 changed files
with
5,765 additions
and
1,495 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 |
---|---|---|
@@ -1,7 +1,46 @@ | ||
version = 3.5.9 | ||
version = "3.7.4" | ||
runner.dialect = scala3 | ||
|
||
indent { | ||
main = 2 | ||
matchSite = 1 | ||
significant = 3 | ||
} | ||
align { | ||
preset = none | ||
stripMargin = false | ||
} | ||
maxColumn = 100 | ||
assumeStandardLibraryStripMargin = true | ||
rewrite.scala3 { | ||
convertToNewSyntax = true | ||
removeOptionalBraces = yes | ||
} | ||
runner.dialectOverride.allowQuestionMarkAsTypeWildcard = false | ||
newlines { | ||
selectChains = fold | ||
beforeMultiline = fold | ||
} | ||
comments.wrapSingleLineMlcAsSlc = false | ||
docstrings{ | ||
wrap = "no" | ||
oneline = fold | ||
style = SpaceAsterisk | ||
} | ||
|
||
|
||
fileOverride { | ||
"glob:**.sbt" { | ||
runner.dialect = scala212source3 | ||
} | ||
|
||
"glob:**/project/**.scala" { | ||
runner.dialect = scala212source3 | ||
} | ||
"glob:**/interface/**.scala" { | ||
runner.dialect = scala212source3 | ||
} | ||
|
||
rewrite.rules = [Imports] | ||
rewrite.imports.sort = scalastyle | ||
"glob:**/sbt-plugin/**.scala" { | ||
runner.dialect = scala212source3 | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package run.cosy.solid.app.http | ||
|
||
class Web { | ||
|
||
} | ||
class Web {} |
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.