From ce594b49caa5a38426ca624b0b0beaf209f5a947 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 3 May 2023 22:09:21 +0200 Subject: 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. --- config/gcc-stl-wrapper.template.h | 4 +--- config/makefiles/autotargets.mk | 1 - config/makefiles/debugmake.mk | 1 - config/makefiles/makeutils.mk | 1 - config/makefiles/nonrecursive.mk | 1 - config/makefiles/target_binaries.mk | 1 - config/msvc-stl-wrapper.template.h | 4 +--- config/rules.mk | 1 - 8 files changed, 2 insertions(+), 12 deletions(-) (limited to 'config') 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, -- cgit v1.2.3