aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-02-03 17:12:59 +0100
committerZlatan Vasović <[email protected]>2014-02-03 17:12:59 +0100
commit0ef0c7b2c079e9cfe0e13f0be78dd28ab05237d1 (patch)
treefe394cc15bc2c5f4cf9abeae0663defa33df1453
parent02ae5a2728430c69aca33b1874c80ee326da5eeb (diff)
downloadbootstrap-0ef0c7b2c079e9cfe0e13f0be78dd28ab05237d1.tar.xz
bootstrap-0ef0c7b2c079e9cfe0e13f0be78dd28ab05237d1.zip
Remove comma first rule
Removes outdated coding style rule.
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7d7b0fb6a..a01c8c0e4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -178,7 +178,6 @@ license your work under the terms of the [MIT License](LICENSE.md).
### JS
- No semicolons
-- Comma first
- 2 spaces (no tabs)
- strict mode
- "Attractive"