Enforce space before code block

This commit is contained in:
Pierre Ossman 2018-09-06 17:29:26 +02:00
parent 0ae5c54ab3
commit 3f1cda2e37
4 changed files with 7 additions and 6 deletions

View File

@ -39,5 +39,6 @@
"keyword-spacing": ["error"],
"no-trailing-spaces": ["error"],
"semi": ["error"],
"space-before-blocks": ["error"],
}
}