aboutsummaryrefslogblamecommitdiff
path: root/.scalafmt
blob: 5226b387b1bed47013e428bc2f98dca08bff9ef5 (plain) (tree)
1
2
3
4
5
6
7
8



                                                                            



                                                   



                              





                                                  
                                 


                                    

         
# scalafmt sbt plugin config
# refer to https://olafurpg.github.io/scalafmt/#Configuration for properties

--style defaultWithAlign # For pretty alignment.
--maxColumn 120          # For my wide 30" display.

--reformatDocstrings true
--scalaDocs

--continuationIndentCallSite 4
--continuationIndentDefnSite 4

--rewriteTokens ⇒;=>,←;<-
--danglingParentheses false
--spaceAfterTripleEquals true
--alignByArrowEnumeratorGenerator true
--binPackParentConstructors true
--allowNewlineBeforeColonInMassiveReturnTypes true
--spacesInImportCurlyBraces false

# --alignByOpenParenCallSite <value>
# --alignByOpenParenDefnSite <value>