1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 15:47:46 +00:00

Update CONTRIBUTING.md

This commit is contained in:
Mordred 2018-08-30 13:32:12 +02:00 committed by GitHub
parent c14ce6205c
commit 3a3b86203c

View file

@ -22,7 +22,7 @@ When making a PR, please make sure that it follows our style guidelines and good
### Coding style ### Coding style
Indentations are Allman-style based, 3-space, no tabs. Indentations are Allman-style based, 2-space, no tabs.
Space between arguments in function calls, as well as for types. Space between arguments in function calls, as well as for types.
Example (shortened from ActionHandler.cpp): Example (shortened from ActionHandler.cpp):