Skip to content

Commit

Permalink
Updated STYLE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarns275 committed May 18, 2018
1 parent 08e53da commit 3343fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ should be followed.
- Lines should be limited to 120 characters
- Types should always be specified
- CamelCase should be used for class names
- snake__case should be used for variable names
- SNAKE__CASE should be used for static variables and constants
- snake_case should be used for variable names
- SNAKE_CASE should be used for static variables and constants
- `'Single quotes'` should be preffered over double quotes.

## Comment Style
Expand Down

0 comments on commit 3343fd6

Please sign in to comment.