pemistahl / version-catalog-linter-gradle-plugin

A Gradle plugin for checking and formatting version catalog TOML files
Apache License 2.0
10 stars 0 forks source link

[FR]: Add support for section breaks #6

Open TvdBrink opened 8 months ago

TvdBrink commented 8 months ago

It would be nice if e.g libraries and plugins could be split in to separate alphabetically ordered sections (e.g to split internal and external libraries) for example by using a empty line.

[libraries]
internal-lib1 = {...}
internal-lib2 = {...}

external-lib = {...}