summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-05-03 22:09:21 +0200
committerMoonchild <moonchild@palemoon.org>2023-05-03 22:09:21 +0200
commitce594b49caa5a38426ca624b0b0beaf209f5a947 (patch)
tree5ae6e3b21b2b3c007f08fe27147b4b470ba95f7d /devtools
parent5d4f11bfaf45a29ffd00ace764a45eebba61bdbc (diff)
downloaduxp-ce594b49caa5a38426ca624b0b0beaf209f5a947.tar.gz
Issue #1656 - Remove more vim control lines.
Vim control lines were re-introduced or not entirely cleaned up. This nukes them again. Removing from the rest of js, caps, chrome, config, devtools, docshell, image, intl. More to come.
Diffstat (limited to 'devtools')
-rw-r--r--devtools/client/dom/content/dom-view.css1
-rw-r--r--devtools/client/inspector/components/inspector-tab-panel.css1
-rw-r--r--devtools/client/jsonview/css/general.css1
-rw-r--r--devtools/client/jsonview/css/headers-panel.css1
-rw-r--r--devtools/client/jsonview/css/json-panel.css1
-rw-r--r--devtools/client/jsonview/css/main.css1
-rw-r--r--devtools/client/jsonview/css/search-box.css1
-rw-r--r--devtools/client/jsonview/css/text-panel.css1
-rw-r--r--devtools/client/jsonview/css/toolbar.css1
-rw-r--r--devtools/client/jsonview/lib/require.js3
-rw-r--r--devtools/client/scratchpad/scratchpad-manager.jsm3
-rw-r--r--devtools/client/scratchpad/scratchpad.js3
-rw-r--r--devtools/client/scratchpad/test/browser_scratchpad_wrong_window_focus.js1
-rw-r--r--devtools/client/shared/SplitView.jsm1
-rw-r--r--devtools/client/shared/components/notification-box.css1
-rw-r--r--devtools/client/shared/components/reps/reps.css1
-rw-r--r--devtools/client/shared/components/sidebar-toggle.css1
-rw-r--r--devtools/client/shared/components/splitter/split-box.css1
-rw-r--r--devtools/client/shared/components/tabs/tabbar.css1
-rw-r--r--devtools/client/shared/components/tabs/tabs.css1
-rw-r--r--devtools/client/shared/components/tree/tree-view.css1
-rw-r--r--devtools/client/shared/splitview.css1
-rw-r--r--devtools/client/shared/widgets/widgets.css1
-rw-r--r--devtools/client/sourceeditor/autocomplete.js3
-rw-r--r--devtools/client/sourceeditor/editor.js3
-rw-r--r--devtools/client/storage/ui.js1
-rw-r--r--devtools/client/styleeditor/StyleEditorUI.jsm1
-rw-r--r--devtools/client/styleeditor/StyleEditorUtil.jsm1
-rw-r--r--devtools/client/styleeditor/StyleSheetEditor.jsm1
-rw-r--r--devtools/client/themes/components-frame.css1
-rw-r--r--devtools/client/themes/components-h-split-box.css1
-rw-r--r--devtools/client/themes/computed.css1
-rw-r--r--devtools/client/themes/dark-theme.css1
-rw-r--r--devtools/client/themes/debugger.css1
-rw-r--r--devtools/client/themes/dom.css1
-rw-r--r--devtools/client/themes/firebug-theme.css1
-rw-r--r--devtools/client/themes/inspector.css1
-rw-r--r--devtools/client/themes/jit-optimizations.css1
-rw-r--r--devtools/client/themes/light-theme.css1
-rw-r--r--devtools/client/themes/netmonitor.css1
-rw-r--r--devtools/client/themes/performance.css1
-rw-r--r--devtools/client/themes/projecteditor/projecteditor.css1
-rw-r--r--devtools/client/themes/splitview.css1
-rw-r--r--devtools/client/themes/styleeditor.css1
-rw-r--r--devtools/client/themes/toolbars.css1
-rw-r--r--devtools/client/themes/toolbox.css1
-rw-r--r--devtools/client/themes/tooltips.css1
-rw-r--r--devtools/client/themes/variables.css1
-rw-r--r--devtools/client/themes/widgets.css1
-rw-r--r--devtools/client/webconsole/test/browser_webconsole_multiline_input.js1
-rw-r--r--devtools/client/webconsole/test/browser_webconsole_netlogging_basic.js1
-rw-r--r--devtools/client/webconsole/test/browser_webconsole_netlogging_panel.js1
-rw-r--r--devtools/shared/indentation.js3
-rw-r--r--devtools/shared/webconsole/network-helper.js1
54 files changed, 6 insertions, 60 deletions
diff --git a/devtools/client/dom/content/dom-view.css b/devtools/client/dom/content/dom-view.css
index 631f8c5360..cd33752667 100644
--- a/devtools/client/dom/content/dom-view.css
+++ b/devtools/client/dom/content/dom-view.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/inspector/components/inspector-tab-panel.css b/devtools/client/inspector/components/inspector-tab-panel.css
index e85e5daed1..bb2e4350bc 100644
--- a/devtools/client/inspector/components/inspector-tab-panel.css
+++ b/devtools/client/inspector/components/inspector-tab-panel.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/jsonview/css/general.css b/devtools/client/jsonview/css/general.css
index d80720f4fe..1c737271f7 100644
--- a/devtools/client/jsonview/css/general.css
+++ b/devtools/client/jsonview/css/general.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/jsonview/css/headers-panel.css b/devtools/client/jsonview/css/headers-panel.css
index 89cec46e03..54dc4be437 100644
--- a/devtools/client/jsonview/css/headers-panel.css
+++ b/devtools/client/jsonview/css/headers-panel.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/jsonview/css/json-panel.css b/devtools/client/jsonview/css/json-panel.css
index b107d34a01..4baf55a6bc 100644
--- a/devtools/client/jsonview/css/json-panel.css
+++ b/devtools/client/jsonview/css/json-panel.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/jsonview/css/main.css b/devtools/client/jsonview/css/main.css
index c75d7cea0c..e63a449d55 100644
--- a/devtools/client/jsonview/css/main.css
+++ b/devtools/client/jsonview/css/main.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/jsonview/css/search-box.css b/devtools/client/jsonview/css/search-box.css
index 99615b648a..d9116fc659 100644
--- a/devtools/client/jsonview/css/search-box.css
+++ b/devtools/client/jsonview/css/search-box.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/jsonview/css/text-panel.css b/devtools/client/jsonview/css/text-panel.css
index 99b238556b..f98f3a6fc6 100644
--- a/devtools/client/jsonview/css/text-panel.css
+++ b/devtools/client/jsonview/css/text-panel.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/jsonview/css/toolbar.css b/devtools/client/jsonview/css/toolbar.css
index 833b2119f8..b97838a72e 100644
--- a/devtools/client/jsonview/css/toolbar.css
+++ b/devtools/client/jsonview/css/toolbar.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/jsonview/lib/require.js b/devtools/client/jsonview/lib/require.js
index 77a5bb1d3b..b56e2eb38c 100644
--- a/devtools/client/jsonview/lib/require.js
+++ b/devtools/client/jsonview/lib/require.js
@@ -1,5 +1,4 @@
-/** vim: et:ts=4:sw=4:sts=4
- * @license RequireJS 2.1.15 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
+/* @license RequireJS 2.1.15 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
diff --git a/devtools/client/scratchpad/scratchpad-manager.jsm b/devtools/client/scratchpad/scratchpad-manager.jsm
index 5b4b3bd0ae..8162568925 100644
--- a/devtools/client/scratchpad/scratchpad-manager.jsm
+++ b/devtools/client/scratchpad/scratchpad-manager.jsm
@@ -1,5 +1,4 @@
-/* vim:set ts=2 sw=2 sts=2 et tw=80:
- * This Source Code Form is subject to the terms of the Mozilla Public
+/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/scratchpad/scratchpad.js b/devtools/client/scratchpad/scratchpad.js
index 60221f39d6..4716ff12e1 100644
--- a/devtools/client/scratchpad/scratchpad.js
+++ b/devtools/client/scratchpad/scratchpad.js
@@ -1,5 +1,4 @@
-/* vim:set ts=2 sw=2 sts=2 et:
- * This Source Code Form is subject to the terms of the Mozilla Public
+/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/scratchpad/test/browser_scratchpad_wrong_window_focus.js b/devtools/client/scratchpad/test/browser_scratchpad_wrong_window_focus.js
index 0d094ba98b..a353906a06 100644
--- a/devtools/client/scratchpad/test/browser_scratchpad_wrong_window_focus.js
+++ b/devtools/client/scratchpad/test/browser_scratchpad_wrong_window_focus.js
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
/* Bug 661762 */
diff --git a/devtools/client/shared/SplitView.jsm b/devtools/client/shared/SplitView.jsm
index f72aad2ac9..b3313193e9 100644
--- a/devtools/client/shared/SplitView.jsm
+++ b/devtools/client/shared/SplitView.jsm
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/components/notification-box.css b/devtools/client/shared/components/notification-box.css
index 83c29b6162..ffd8fce675 100644
--- a/devtools/client/shared/components/notification-box.css
+++ b/devtools/client/shared/components/notification-box.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/components/reps/reps.css b/devtools/client/shared/components/reps/reps.css
index 61e5e3dacd..8cde8c2c44 100644
--- a/devtools/client/shared/components/reps/reps.css
+++ b/devtools/client/shared/components/reps/reps.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/components/sidebar-toggle.css b/devtools/client/shared/components/sidebar-toggle.css
index 659a3d23fa..8493a48c70 100644
--- a/devtools/client/shared/components/sidebar-toggle.css
+++ b/devtools/client/shared/components/sidebar-toggle.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/components/splitter/split-box.css b/devtools/client/shared/components/splitter/split-box.css
index ea8fdaa6f9..0538dd56c3 100644
--- a/devtools/client/shared/components/splitter/split-box.css
+++ b/devtools/client/shared/components/splitter/split-box.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/components/tabs/tabbar.css b/devtools/client/shared/components/tabs/tabbar.css
index 72445e43ed..ae45c1c183 100644
--- a/devtools/client/shared/components/tabs/tabbar.css
+++ b/devtools/client/shared/components/tabs/tabbar.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/components/tabs/tabs.css b/devtools/client/shared/components/tabs/tabs.css
index 12901c4026..b68e1a678f 100644
--- a/devtools/client/shared/components/tabs/tabs.css
+++ b/devtools/client/shared/components/tabs/tabs.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/components/tree/tree-view.css b/devtools/client/shared/components/tree/tree-view.css
index 850533872e..4b4a287516 100644
--- a/devtools/client/shared/components/tree/tree-view.css
+++ b/devtools/client/shared/components/tree/tree-view.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/splitview.css b/devtools/client/shared/splitview.css
index de9c4e3304..67de1dd330 100644
--- a/devtools/client/shared/splitview.css
+++ b/devtools/client/shared/splitview.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/shared/widgets/widgets.css b/devtools/client/shared/widgets/widgets.css
index b979cf2663..3d35e3b7a4 100644
--- a/devtools/client/shared/widgets/widgets.css
+++ b/devtools/client/shared/widgets/widgets.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/sourceeditor/autocomplete.js b/devtools/client/sourceeditor/autocomplete.js
index 357f25ed16..e8a32ab21b 100644
--- a/devtools/client/sourceeditor/autocomplete.js
+++ b/devtools/client/sourceeditor/autocomplete.js
@@ -1,5 +1,4 @@
-/* vim:set ts=2 sw=2 sts=2 et tw=80:
- * This Source Code Form is subject to the terms of the Mozilla Public
+/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/sourceeditor/editor.js b/devtools/client/sourceeditor/editor.js
index 1b3c1d31a3..934187cae3 100644
--- a/devtools/client/sourceeditor/editor.js
+++ b/devtools/client/sourceeditor/editor.js
@@ -1,6 +1,5 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2; fill-column: 80 -*- */
-/* vim:set ts=2 sw=2 sts=2 et tw=80:
- * This Source Code Form is subject to the terms of the Mozilla Public
+/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/storage/ui.js b/devtools/client/storage/ui.js
index 5bd29d297b..e07a74ae30 100644
--- a/devtools/client/storage/ui.js
+++ b/devtools/client/storage/ui.js
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/styleeditor/StyleEditorUI.jsm b/devtools/client/styleeditor/StyleEditorUI.jsm
index b2735b3fcf..d0f9f8d1b8 100644
--- a/devtools/client/styleeditor/StyleEditorUI.jsm
+++ b/devtools/client/styleeditor/StyleEditorUI.jsm
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/styleeditor/StyleEditorUtil.jsm b/devtools/client/styleeditor/StyleEditorUtil.jsm
index bd2f991640..2500a4e63a 100644
--- a/devtools/client/styleeditor/StyleEditorUtil.jsm
+++ b/devtools/client/styleeditor/StyleEditorUtil.jsm
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/styleeditor/StyleSheetEditor.jsm b/devtools/client/styleeditor/StyleSheetEditor.jsm
index 832fcacde6..37a9a8a057 100644
--- a/devtools/client/styleeditor/StyleSheetEditor.jsm
+++ b/devtools/client/styleeditor/StyleSheetEditor.jsm
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/components-frame.css b/devtools/client/themes/components-frame.css
index cbdc3d2cf8..eb603eb341 100644
--- a/devtools/client/themes/components-frame.css
+++ b/devtools/client/themes/components-frame.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/components-h-split-box.css b/devtools/client/themes/components-h-split-box.css
index 270b007c70..d495e164a9 100644
--- a/devtools/client/themes/components-h-split-box.css
+++ b/devtools/client/themes/components-h-split-box.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/computed.css b/devtools/client/themes/computed.css
index d36637ac94..5c37032010 100644
--- a/devtools/client/themes/computed.css
+++ b/devtools/client/themes/computed.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/dark-theme.css b/devtools/client/themes/dark-theme.css
index 2035f8b221..e7361fee0d 100644
--- a/devtools/client/themes/dark-theme.css
+++ b/devtools/client/themes/dark-theme.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/debugger.css b/devtools/client/themes/debugger.css
index 3f2d49a0fa..49a4478664 100644
--- a/devtools/client/themes/debugger.css
+++ b/devtools/client/themes/debugger.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/dom.css b/devtools/client/themes/dom.css
index 53eb8bb28f..559dfa7456 100644
--- a/devtools/client/themes/dom.css
+++ b/devtools/client/themes/dom.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/firebug-theme.css b/devtools/client/themes/firebug-theme.css
index ea06235c9d..0d876626d6 100644
--- a/devtools/client/themes/firebug-theme.css
+++ b/devtools/client/themes/firebug-theme.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/inspector.css b/devtools/client/themes/inspector.css
index 28a959ab88..7791ea2f33 100644
--- a/devtools/client/themes/inspector.css
+++ b/devtools/client/themes/inspector.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/jit-optimizations.css b/devtools/client/themes/jit-optimizations.css
index 3638105048..aea38ed4ca 100644
--- a/devtools/client/themes/jit-optimizations.css
+++ b/devtools/client/themes/jit-optimizations.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/light-theme.css b/devtools/client/themes/light-theme.css
index 7604123e87..f36e4e49f9 100644
--- a/devtools/client/themes/light-theme.css
+++ b/devtools/client/themes/light-theme.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/netmonitor.css b/devtools/client/themes/netmonitor.css
index ccffb2acc7..901344e8c9 100644
--- a/devtools/client/themes/netmonitor.css
+++ b/devtools/client/themes/netmonitor.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/performance.css b/devtools/client/themes/performance.css
index 5ed3b63526..ff449e659a 100644
--- a/devtools/client/themes/performance.css
+++ b/devtools/client/themes/performance.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/projecteditor/projecteditor.css b/devtools/client/themes/projecteditor/projecteditor.css
index 58de798e57..e5d7f10a64 100644
--- a/devtools/client/themes/projecteditor/projecteditor.css
+++ b/devtools/client/themes/projecteditor/projecteditor.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/splitview.css b/devtools/client/themes/splitview.css
index 291867f3d0..cb3d7e3238 100644
--- a/devtools/client/themes/splitview.css
+++ b/devtools/client/themes/splitview.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/styleeditor.css b/devtools/client/themes/styleeditor.css
index db70a340a4..cf5b201ad3 100644
--- a/devtools/client/themes/styleeditor.css
+++ b/devtools/client/themes/styleeditor.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/toolbars.css b/devtools/client/themes/toolbars.css
index 75a807d51d..9a755b4595 100644
--- a/devtools/client/themes/toolbars.css
+++ b/devtools/client/themes/toolbars.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/toolbox.css b/devtools/client/themes/toolbox.css
index 1db2bd01c9..e6704752bf 100644
--- a/devtools/client/themes/toolbox.css
+++ b/devtools/client/themes/toolbox.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/tooltips.css b/devtools/client/themes/tooltips.css
index 4cd6f3bf3b..bf53bec276 100644
--- a/devtools/client/themes/tooltips.css
+++ b/devtools/client/themes/tooltips.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/variables.css b/devtools/client/themes/variables.css
index 84f9282a62..7059a1fd52 100644
--- a/devtools/client/themes/variables.css
+++ b/devtools/client/themes/variables.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/themes/widgets.css b/devtools/client/themes/widgets.css
index 3e5fa457ee..fca9c807c1 100644
--- a/devtools/client/themes/widgets.css
+++ b/devtools/client/themes/widgets.css
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/webconsole/test/browser_webconsole_multiline_input.js b/devtools/client/webconsole/test/browser_webconsole_multiline_input.js
index 7285c21279..d9ee60c354 100644
--- a/devtools/client/webconsole/test/browser_webconsole_multiline_input.js
+++ b/devtools/client/webconsole/test/browser_webconsole_multiline_input.js
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/client/webconsole/test/browser_webconsole_netlogging_basic.js b/devtools/client/webconsole/test/browser_webconsole_netlogging_basic.js
index c6fa12401b..c5951ae4fc 100644
--- a/devtools/client/webconsole/test/browser_webconsole_netlogging_basic.js
+++ b/devtools/client/webconsole/test/browser_webconsole_netlogging_basic.js
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
diff --git a/devtools/client/webconsole/test/browser_webconsole_netlogging_panel.js b/devtools/client/webconsole/test/browser_webconsole_netlogging_panel.js
index b44b49453e..8a7d5d1967 100644
--- a/devtools/client/webconsole/test/browser_webconsole_netlogging_panel.js
+++ b/devtools/client/webconsole/test/browser_webconsole_netlogging_panel.js
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
diff --git a/devtools/shared/indentation.js b/devtools/shared/indentation.js
index 9d3cabcb73..6778636f2b 100644
--- a/devtools/shared/indentation.js
+++ b/devtools/shared/indentation.js
@@ -1,6 +1,5 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2; fill-column: 80 -*- */
-/* vim:set ts=2 sw=2 sts=2 et tw=80:
- * This Source Code Form is subject to the terms of the Mozilla Public
+/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/devtools/shared/webconsole/network-helper.js b/devtools/shared/webconsole/network-helper.js
index 71909221e3..5fa16dbe2c 100644
--- a/devtools/shared/webconsole/network-helper.js
+++ b/devtools/shared/webconsole/network-helper.js
@@ -1,4 +1,3 @@
-/* vim:set ts=2 sw=2 sts=2 et: */
/*
* Software License Agreement (BSD License)
*