From 277e56ea44affa145eeed7fdd44de4bd2f4f4c84 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Wed, 11 Sep 2019 06:56:19 -0500 Subject: [PATCH] Fix linting issues --- background/background.js | 2 +- js/prefs.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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,