forked from VoxeLibre/VoxeLibre
Clarify tabs usage: Use spaces for alignment
This commit is contained in:
parent
7f43ba6e36
commit
a877c615a5
|
@ -164,7 +164,7 @@ global table named like the mod.
|
||||||
* Public functions should not use self references but rather just access
|
* Public functions should not use self references but rather just access
|
||||||
the table directly.
|
the table directly.
|
||||||
* Use modern Minetest API
|
* Use modern Minetest API
|
||||||
* Use tabs for indentation (rather than spaces)
|
* Tabs should be used for indent, spaces for alignment
|
||||||
|
|
||||||
### Changes to Gameplay
|
### Changes to Gameplay
|
||||||
Pull Requests that change gameplay have to be properly researched and
|
Pull Requests that change gameplay have to be properly researched and
|
||||||
|
|
Loading…
Reference in New Issue