mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-17 02:22:07 +01:00
update for allowed spaces
This commit is contained in:
parent
00bee7dea4
commit
24c910da8c
1 changed files with 4 additions and 4 deletions
|
@ -7,13 +7,13 @@ leave one of them empty, you cannot reduce the number of commas, *unless told
|
||||||
otherwise in a specific section*:
|
otherwise in a specific section*:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
three_param_keyword=A,B,C # OK
|
three_param_keyword = A, B, C # OK
|
||||||
|
|
||||||
three_param_keyword=A,C # NOT OK
|
three_param_keyword = A, C # NOT OK
|
||||||
|
|
||||||
three_param_keyword=A,,C # OK
|
three_param_keyword = A, , C # OK
|
||||||
|
|
||||||
three_param_keyword=A,B, # OK
|
three_param_keyword = A, B, # OK
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< /hint >}}
|
{{< /hint >}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue