1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

feat: remove unnecesary exception

- We dont care too much for the with after the apply after a key-value,
  and at the same time adding the exception can have weird
  interactions when that happens, so the less we have, the better
This commit is contained in:
Kevin Amado 2022-02-10 21:53:41 -05:00
parent 3aaa556f0b
commit 163a26d07a
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -88,7 +88,6 @@ pub fn rule(
rnix::SyntaxKind::NODE_ATTR_SET
| rnix::SyntaxKind::NODE_PAREN
| rnix::SyntaxKind::NODE_LIST
| rnix::SyntaxKind::NODE_WITH
| rnix::SyntaxKind::NODE_STRING
))
{