Skip to content

Commit

Permalink
Merge pull request #510 from erikdarlingdata/dev
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
erikdarlingdata authored Dec 10, 2024
2 parents de868d1 + a18ac6c commit ab61e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ I have a particular formatting style that I stick to. You can code things howeve
* Reasonable casing (not all upper, not all lower)
* Keywords on new lines (from, join, on, where, and, or, order by, group by)
* Indenting things appropriately
* Using AS in aliases
* Using AS in table aliases
* Column aliases using the "column = expression" format
* Parentheses in TOP expressions, e.g. TOP (1000)
* Aligning parentheses
Expand Down

0 comments on commit ab61e70

Please sign in to comment.