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:
parent
3aaa556f0b
commit
163a26d07a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue