diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-08 21:59:17 +0100 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-10 11:15:08 -0800 |
| commit | ba4206b6443ab3f5744f3a7f88bcdfcefa7c5756 (patch) | |
| tree | 241fb3dc99fd340f11f5788487ce964b5a8d4cdd /CONTRIBUTING.md | |
| parent | 9afead3fb0b919dd7f7185dcdac7b3f2ab3b9c50 (diff) | |
| download | bootstrap-ba4206b6443ab3f5744f3a7f88bcdfcefa7c5756.tar.xz bootstrap-ba4206b6443ab3f5744f3a7f88bcdfcefa7c5756.zip | |
Use different coding style for Gruntfile
Fixes #12657
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e0021c8e5..dbccc8761 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -178,7 +178,7 @@ license your work under the terms of the [MIT License](LICENSE.md). ### JS -- No semicolons +- No semicolons (in client-side JS) - 2 spaces (no tabs) - strict mode - "Attractive" |
