summaryrefslogtreecommitdiffstats
path: root/devtools/client/projecteditor/lib/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/projecteditor/lib/plugins')
-rw-r--r--devtools/client/projecteditor/lib/plugins/core.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/delete/delete.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/dirty/dirty.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/image-view/image-editor.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/image-view/plugin.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/logging/logging.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/new/new.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/rename/rename.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/save/save.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/status-bar/plugin.js1
10 files changed, 0 insertions, 10 deletions
diff --git a/devtools/client/projecteditor/lib/plugins/core.js b/devtools/client/projecteditor/lib/plugins/core.js
index 933eda043..2dcf64c3b 100644
--- a/devtools/client/projecteditor/lib/plugins/core.js
+++ b/devtools/client/projecteditor/lib/plugins/core.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/delete/delete.js b/devtools/client/projecteditor/lib/plugins/delete/delete.js
index b28d6a0ef..066b5e46d 100644
--- a/devtools/client/projecteditor/lib/plugins/delete/delete.js
+++ b/devtools/client/projecteditor/lib/plugins/delete/delete.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/dirty/dirty.js b/devtools/client/projecteditor/lib/plugins/dirty/dirty.js
index f976c626f..4c13b201a 100644
--- a/devtools/client/projecteditor/lib/plugins/dirty/dirty.js
+++ b/devtools/client/projecteditor/lib/plugins/dirty/dirty.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/image-view/image-editor.js b/devtools/client/projecteditor/lib/plugins/image-view/image-editor.js
index 668fcbeb2..aae8511f3 100644
--- a/devtools/client/projecteditor/lib/plugins/image-view/image-editor.js
+++ b/devtools/client/projecteditor/lib/plugins/image-view/image-editor.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/image-view/plugin.js b/devtools/client/projecteditor/lib/plugins/image-view/plugin.js
index 626ea3c9a..8694e840f 100644
--- a/devtools/client/projecteditor/lib/plugins/image-view/plugin.js
+++ b/devtools/client/projecteditor/lib/plugins/image-view/plugin.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/logging/logging.js b/devtools/client/projecteditor/lib/plugins/logging/logging.js
index cd5757b72..98b91171f 100644
--- a/devtools/client/projecteditor/lib/plugins/logging/logging.js
+++ b/devtools/client/projecteditor/lib/plugins/logging/logging.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/new/new.js b/devtools/client/projecteditor/lib/plugins/new/new.js
index 220cb4977..f65c09f5f 100644
--- a/devtools/client/projecteditor/lib/plugins/new/new.js
+++ b/devtools/client/projecteditor/lib/plugins/new/new.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/rename/rename.js b/devtools/client/projecteditor/lib/plugins/rename/rename.js
index 850401869..eec08878a 100644
--- a/devtools/client/projecteditor/lib/plugins/rename/rename.js
+++ b/devtools/client/projecteditor/lib/plugins/rename/rename.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/save/save.js b/devtools/client/projecteditor/lib/plugins/save/save.js
index 43b2185d2..452af8898 100644
--- a/devtools/client/projecteditor/lib/plugins/save/save.js
+++ b/devtools/client/projecteditor/lib/plugins/save/save.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/projecteditor/lib/plugins/status-bar/plugin.js b/devtools/client/projecteditor/lib/plugins/status-bar/plugin.js
index 9450baef3..1d6e585b7 100644
--- a/devtools/client/projecteditor/lib/plugins/status-bar/plugin.js
+++ b/devtools/client/projecteditor/lib/plugins/status-bar/plugin.js
@@ -1,5 +1,4 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
-/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* 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/. */