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/delete/moz.build1
-rw-r--r--devtools/client/projecteditor/lib/plugins/dirty/dirty.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/dirty/moz.build1
-rw-r--r--devtools/client/projecteditor/lib/plugins/image-view/image-editor.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/image-view/moz.build1
-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/logging/moz.build1
-rw-r--r--devtools/client/projecteditor/lib/plugins/moz.build1
-rw-r--r--devtools/client/projecteditor/lib/plugins/new/moz.build1
-rw-r--r--devtools/client/projecteditor/lib/plugins/new/new.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/rename/moz.build1
-rw-r--r--devtools/client/projecteditor/lib/plugins/rename/rename.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/save/moz.build1
-rw-r--r--devtools/client/projecteditor/lib/plugins/save/save.js1
-rw-r--r--devtools/client/projecteditor/lib/plugins/status-bar/moz.build1
-rw-r--r--devtools/client/projecteditor/lib/plugins/status-bar/plugin.js1
19 files changed, 0 insertions, 19 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/delete/moz.build b/devtools/client/projecteditor/lib/plugins/delete/moz.build
index 4b1d00466..0c2098962 100644
--- a/devtools/client/projecteditor/lib/plugins/delete/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/delete/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/dirty/moz.build b/devtools/client/projecteditor/lib/plugins/dirty/moz.build
index b86c5a9af..42cfd9f23 100644
--- a/devtools/client/projecteditor/lib/plugins/dirty/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/dirty/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/moz.build b/devtools/client/projecteditor/lib/plugins/image-view/moz.build
index d67370e5b..d8cc3480b 100644
--- a/devtools/client/projecteditor/lib/plugins/image-view/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/image-view/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/logging/moz.build b/devtools/client/projecteditor/lib/plugins/logging/moz.build
index 5d8d98fbe..5e70fba0a 100644
--- a/devtools/client/projecteditor/lib/plugins/logging/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/logging/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/moz.build b/devtools/client/projecteditor/lib/plugins/moz.build
index 99d864e13..821f9f9c4 100644
--- a/devtools/client/projecteditor/lib/plugins/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/moz.build b/devtools/client/projecteditor/lib/plugins/new/moz.build
index 3caacefb1..faad400df 100644
--- a/devtools/client/projecteditor/lib/plugins/new/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/new/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/moz.build b/devtools/client/projecteditor/lib/plugins/rename/moz.build
index 2b1612452..e87037563 100644
--- a/devtools/client/projecteditor/lib/plugins/rename/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/rename/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/moz.build b/devtools/client/projecteditor/lib/plugins/save/moz.build
index 66df054eb..d1a631e04 100644
--- a/devtools/client/projecteditor/lib/plugins/save/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/save/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/moz.build b/devtools/client/projecteditor/lib/plugins/status-bar/moz.build
index 87ce21584..9ce2a8e0e 100644
--- a/devtools/client/projecteditor/lib/plugins/status-bar/moz.build
+++ b/devtools/client/projecteditor/lib/plugins/status-bar/moz.build
@@ -1,5 +1,4 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
# 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/. */