Clarify tabs usage: Use spaces for alignment

This commit is contained in:
Elias Fleckenstein 2021-10-25 20:01:12 +02:00
parent 7f43ba6e36
commit a877c615a5
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ global table named like the mod.
* Public functions should not use self references but rather just access
the table directly.
* Use modern Minetest API
* Use tabs for indentation (rather than spaces)
* Tabs should be used for indent, spaces for alignment
### Changes to Gameplay
Pull Requests that change gameplay have to be properly researched and