scalacenter / bloop-config

Bloop configuration library
https://scalacenter.github.io/bloop/docs/configuration-format
Apache License 2.0
1 stars 4 forks source link

bloop-config

This project is a standalone Bloop Configuration library meant to help reading and writing configuration files.

Getting Started

Binary compatibility

bloop-config uses unroll to maintain binary compatibility. If you add an option that breaks binary compatibility import scala.annotation.unroll and annotate the field with @unroll. Give the field a reasonable default value.