|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without this the following code would be completely minimized:
```
{...}:{
services.lua_language={
enable=true;
};
}
```
→
```
{...}:{
services.lua_language={
enable=true;
};
}
```.
Now it should only strip the whitespace at the end of the lines.
|