Browse Source

Merge pull request #3428 from yurydelendik/enforce-trailing

Enforces trailing spaces
Yury Delendik 12 years ago
parent
commit
81fa4a0d93
  1. 1
      .jshintrc

1
.jshintrc

@ -8,6 +8,7 @@
// Enforcing // Enforcing
"maxlen": 80, "maxlen": 80,
"quotmark": "single", "quotmark": "single",
"trailing": true,
// Relaxing // Relaxing
"boss": true, "boss": true,

Loading…
Cancel
Save