Fix linting issues
This commit is contained in:
parent
f4b1ea8a90
commit
277e56ea44
|
@ -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';
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user