Skip to content

Commit

Permalink
Update STYLE_GUIDE.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Milan Curcic <[email protected]>
  • Loading branch information
zbeekman and milancurcic authored Dec 29, 2019
1 parent d9e9098 commit 9ef8472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
* __Indentation__: __Four (4) spaces__ for all control constructs, line continuations, etc.
* __Line ending character__: __Native__: Git will convert line endings to `\n` (Unix style) on commit, and will checkout files with native line endings

## Variable naming
## Variable and procedure naming

Variable names should be descriptive, and not artificially short.
By default, where it makes sense to do so, variable names shall be made up of one or more full words separated by an underscore.
Expand Down

0 comments on commit 9ef8472

Please sign in to comment.