Remove whitespace at end of canonicalized header lines
[citadel.git] / webcit / js / .jshintrc
1 {
2   "bitwise": true,
3   "curly": true,
4   "eqeqeq": true,
5   "forin": true,
6   "freeze": true,
7   "immed": true,
8   "laxbreak": true,
9   "newcap": true,
10   "noarg": true,
11   "noempty": true,
12   "nonbsp": true,
13   "nonew": true,
14   "strict": true,
15   "undef": true,
16   "unused": true,
17   "indent": 2,
18   "maxlen": 120
19 }