Skip to content

Commit

Permalink
Merge pull request #30 from DealerDirect/sql-styling
Browse files Browse the repository at this point in the history
Sql styling
  • Loading branch information
arjank committed Apr 13, 2017
2 parents 40c9136 + a4e3c6a commit 374163e
Show file tree
Hide file tree
Showing 5 changed files with 732 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ e.g.
Estimatable
Filenames
filenames
Heredoc
http
http:
Javascript
monospaced
multiline
MySQL
Nowdoc
nullable
php
rubocop
sql
sublicense
toc
Todo
Expand Down Expand Up @@ -53,6 +59,10 @@ Shoff
Boi
Gruber

- ./code-styling/mysql/README.md
subqueries
subquery

- ./protocols/development-process/README.md
Evo

Expand Down
Binary file added assets/img/mysql-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions code-styling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ The following coding style guides are available:
| ![Bash Logo][bash-logo] | Bash | [`/bash`](./bash) |
| ![Javascript Logo][js-logo] | Javascript | [`/javascript`](./javascript) |
| ![Markdown Logo][markdown-logo] | Markdown | [`/markdown`](./markdown) |
| ![MySQL Logo][mysql-logo] | MySQL | [`/mysql`](./mysql) |

[bash-logo]: ../assets/img/bash-gnu-logo.png
[js-logo]: ../assets/img/javascript-unofficial-logo.png
[markdown-logo]: ../assets/img/markdown-unofficial-logo.png
[mysql-logo]: ../assets/img/mysql-logo.png

0 comments on commit 374163e

Please sign in to comment.