summaryrefslogtreecommitdiff
path: root/config
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 /config
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 'config')
-rw-r--r--config/gcc-stl-wrapper.template.h4
-rw-r--r--config/makefiles/autotargets.mk1
-rw-r--r--config/makefiles/debugmake.mk1
-rw-r--r--config/makefiles/makeutils.mk1
-rw-r--r--config/makefiles/nonrecursive.mk1
-rw-r--r--config/makefiles/target_binaries.mk1
-rw-r--r--config/msvc-stl-wrapper.template.h4
-rw-r--r--config/rules.mk1
8 files changed, 2 insertions, 12 deletions
diff --git a/config/gcc-stl-wrapper.template.h b/config/gcc-stl-wrapper.template.h
index 3bc65bd6ab..99024fa6d7 100644
--- a/config/gcc-stl-wrapper.template.h
+++ b/config/gcc-stl-wrapper.template.h
@@ -1,7 +1,5 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
- * vim: sw=2 ts=8 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/config/makefiles/autotargets.mk b/config/makefiles/autotargets.mk
index 16e06fb2a4..51f40634fb 100644
--- a/config/makefiles/autotargets.mk
+++ b/config/makefiles/autotargets.mk
@@ -1,5 +1,4 @@
# -*- makefile -*-
-# vim:set ts=8 sw=8 sts=8 noet:
#
# 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,
diff --git a/config/makefiles/debugmake.mk b/config/makefiles/debugmake.mk
index ff4f917e3b..0257f2aa57 100644
--- a/config/makefiles/debugmake.mk
+++ b/config/makefiles/debugmake.mk
@@ -1,5 +1,4 @@
# -*- makefile -*-
-# vim:set ts=8 sw=8 sts=8 noet:
#
# 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,
diff --git a/config/makefiles/makeutils.mk b/config/makefiles/makeutils.mk
index 95c7791a4b..7bee887adc 100644
--- a/config/makefiles/makeutils.mk
+++ b/config/makefiles/makeutils.mk
@@ -1,5 +1,4 @@
# -*- makefile -*-
-# vim:set ts=8 sw=8 sts=8 noet:
#
# 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,
diff --git a/config/makefiles/nonrecursive.mk b/config/makefiles/nonrecursive.mk
index 498de568e7..356b26a5fd 100644
--- a/config/makefiles/nonrecursive.mk
+++ b/config/makefiles/nonrecursive.mk
@@ -1,5 +1,4 @@
# -*- makefile -*-
-# vim:set ts=8 sw=8 sts=8 noet:
#
# 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
diff --git a/config/makefiles/target_binaries.mk b/config/makefiles/target_binaries.mk
index 04999f8410..73f6a99be6 100644
--- a/config/makefiles/target_binaries.mk
+++ b/config/makefiles/target_binaries.mk
@@ -1,5 +1,4 @@
# -*- makefile -*-
-# vim:set ts=8 sw=8 sts=8 noet:
#
# 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
diff --git a/config/msvc-stl-wrapper.template.h b/config/msvc-stl-wrapper.template.h
index 24f02023c5..08518114d0 100644
--- a/config/msvc-stl-wrapper.template.h
+++ b/config/msvc-stl-wrapper.template.h
@@ -1,7 +1,5 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
- * vim: sw=2 ts=8 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/config/rules.mk b/config/rules.mk
index cb3e307ae2..b2fafc5762 100644
--- a/config/rules.mk
+++ b/config/rules.mk
@@ -1,5 +1,4 @@
# -*- makefile -*-
-# vim:set ts=8 sw=8 sts=8 noet:
#
# 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,