daml/.scalafmt.conf
azure-pipelines[bot] 5c1e762cbc
update canton to 050547f2 (#17555)
* update canton to 050547f2

CHANGELOG_BEGIN
CHANGELOG_END

* ignore canton in formatting

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com>
2023-10-12 15:31:11 +02:00

21 lines
609 B
Plaintext

version = 3.5.1
project.git = true
align.preset = none # never align to make the fmt more diff friendly
maxColumn = 100
runner.fatalWarnings = true
runner.dialect = scala213
trailingCommas = multiple
# Disable scala doc wrapping (behavior changed in v3.0.0).
docstrings.wrap = no
newlines.topLevelStatementBlankLines = [
{ blanks { after = 1 }, regex = "^Import" }
]
# Apparently we have to match the _full, absolute_ path, so it's a bit tricky
# to not get more than we want.
project.excludePaths = [
"glob:**/canton/community/**/*.{scala,sc}",
"glob:**/canton/daml-common-staging/**/*.{scala,sc}"
]