mirror of
https://github.com/xerial/snappy-java.git
synced 2025-09-03 16:28:19 +02:00
- Change dialect from scala213source3 to scala3 - Add StandardConvention project layout - Reduce maxColumn from 180 to 100 for better readability - Add Scala 3 specific rewrite rules for modern syntax - Configure newlines and docstring formatting 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
17 lines
412 B
Plaintext
17 lines
412 B
Plaintext
version = 3.9.4
|
|
project.layout = StandardConvention
|
|
runner.dialect = scala3
|
|
maxColumn = 100
|
|
style = defaultWithAlign
|
|
docstrings.blankFirstLine = yes
|
|
rewrite.scala3.convertToNewSyntax = true
|
|
rewrite.scala3.removeOptionalBraces = yes
|
|
rewrite.scala3.insertEndMarkerMinLines = 30
|
|
# Add a new line before case class
|
|
newlines.topLevelStatementBlankLines = [
|
|
{
|
|
blanks { after = 1 }
|
|
}
|
|
]
|
|
newlines.source = unfold
|