Skip to content
Snippets Groups Projects

Update CODINGSTYLE.md

Closed Simon F requested to merge bratkartoffel/aports:patch-1 into master
2 unresolved threads
+ 1
1
@@ -60,7 +60,7 @@ Markers to indicate a compound statement should be on the same line.
### Spacing
All keywords and operators are separated by a space.
For cleanliness sake, make sure there are no trailing whitespaces.
For cleanliness sake, ensure there is no trailing whitespace.
## Identation
Indentation is one tab character per level, alignment is done using spaces.
Loading