Enforces trailing spaces

This commit is contained in:
Yury Delendik 2013-07-01 11:25:46 -05:00
parent ba87d2fe11
commit 3461d02d05
6 changed files with 12 additions and 11 deletions

View File

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