Allow line length up to 100char

Same as we have for Ruby code: https://github.com/openfoodfoundation/openfoodnetwork/blob/master/.rubocop_styleguide.yml#L78-L80

This will avoid unnecessary reformatting.
This commit is contained in:
David Cook
2023-05-02 16:35:41 +10:00
parent 8c7f92d42e
commit 0b4556e72b

View File

@@ -1 +1,3 @@
{} {
"printWidth": 100
}