diff --git a/background/background.js b/background/background.js index 70dc6ba4..da59e025 100644 --- a/background/background.js +++ b/background/background.js @@ -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'; diff --git a/js/prefs.js b/js/prefs.js index 962a7ecf..03cbd31f 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -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,