Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 752 Bytes

File metadata and controls

13 lines (9 loc) · 752 Bytes

Scala Coding Style

Note: Databricks Style Guide will be preferred for conflict resolutions.

  • For formatting, scalafmt is used with the custom configuration (found in /dev/.scalafmt.conf)

    • Installation of scalafmt can be found here
  • There is also a Scala style check using scalastyle-config.xml, which is run automatically when you compile your project using sbt.