forked from Haldis/menus
Rename indentation section and fix small issue in example
This commit is contained in:
parent
483cd1123e
commit
33eac9bfeb
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ There is syntax highlighting support for editors in [`etc/` in the Haldis
|
|||
repository](https://git.zeus.gent/haldis/haldis/-/tree/master/etc). For VSCode there is a plug-in
|
||||
in the standard repository.
|
||||
|
||||
## Indentation
|
||||
## Tabs and spaces
|
||||
Indentation at the beginning of the line requires hard **tabs** (spaces will not work).
|
||||
|
||||
For alignment (putting things in the same column between lines) **spaces** are required (tabs will
|
||||
not work). Example (`↦` for tab and `·` for space):
|
||||
```
|
||||
dish·fries:·Frietjes
|
||||
↦ single_choice size:·Formaat
|
||||
↦ single_choice·size:·Formaat
|
||||
↦ ↦ extra_small:·Extra small··€·1.8
|
||||
↦ ↦ small:·······Small········€·2
|
||||
↦ ↦ medium:······Medium·······€·2.5
|
||||
|
|
Loading…
Reference in a new issue