Formatter Line Length Question

I like the formatter a lot but am wondering if there’s some way to tag certain sections of code to have longer line lengths than others. This is particularly helpful when dealing with repetitive “table-like” code commonly found in schema definitions, seed tables, etc. I was hoping there could be some way to direct formatter to consider this as in the image below. Is something like this possible? Thanks.

No, there is no such option. You can either increase line length in general or use a different formatter that allows for disabling it through code annotations.

1 Like