Fix linting issues

This commit is contained in:
Rob Garrison 2019-09-11 06:56:19 -05:00
parent f4b1ea8a90
commit 277e56ea44
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* global download prefs openURL FIREFOX CHROME VIVALDI
openEditor debounce URLS ignoreChromeError getTab
debounce URLS ignoreChromeError getTab
styleManager msg navigatorUtil iconUtil workerUtil contentScripts */
'use strict';

View File

@ -48,7 +48,8 @@ const prefs = (() => {
'editor.tabSize': 4, // tab width, in spaces
'editor.keyMap': navigator.appVersion.indexOf('Windows') > 0 ? 'sublime' : 'default',
'editor.theme': 'default', // CSS theme
'editor.beautify': { // CSS beautifier
// CSS beautifier
'editor.beautify': {
selector_separator_newline: true,
newline_before_open_brace: false,
newline_after_open_brace: true,