add linter rules for vertical whitespace

Change-Id: Ie53eade7f782e24150ba2f0bbcfeebf869e4ac17
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-07-28 16:35:49 -04:00
parent 4891bea8c5
commit 0ddb0af27d
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ rules:
indentation:
spaces: 2
new-line-at-end-of-file: enable
trailing-spaces: enable