Turned of verbose mode of formatting
This commit is contained in:
parent
f7ff547839
commit
34f4fd728f
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ class AkkaParentProject(info: ProjectInfo) extends ParentProject(info) with Exec
|
|||
class AkkaDefaultProject(info: ProjectInfo) extends DefaultProject(info) with McPom with ScalariformPlugin {
|
||||
|
||||
override def scalariformOptions = Seq(
|
||||
VerboseScalariform,
|
||||
//VerboseScalariform,
|
||||
AlignParameters(true),
|
||||
CompactStringConcatenation(false),
|
||||
IndentPackageBlocks(true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue