kamadorueda / alejandra

The Uncompromising Nix Code Formatter
https://kamadorueda.github.io/alejandra/
The Unlicense
786 stars 39 forks source link

Excluding formatting of code lines or blocks selectively #292

Open johnalotoski opened 2 years ago

johnalotoski commented 2 years ago

Feature request:

Thanks for this great formatter!

blaggacao commented 2 years ago

from black a spec could be

# fmt: on
# fmt: off

or branded (:smile:):

# ale: on
# ale: off
adrian-gierakowski commented 2 years ago

this would also provide a way temporarily work around bugs while they are being fixed