From 528b88d7048728c70227817ab59223e329171d15 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 23 Sep 2020 15:14:30 +0000 Subject: Issue #1656 - Part 3: Nuke more vim config lines in the tree. Another S&R run with some smarter matching. --- layout/reftests/svg/smil/smil-grid.js | 1 - 1 file changed, 1 deletion(-) (limited to 'layout/reftests') diff --git a/layout/reftests/svg/smil/smil-grid.js b/layout/reftests/svg/smil/smil-grid.js index a67d3929f..f31281994 100644 --- a/layout/reftests/svg/smil/smil-grid.js +++ b/layout/reftests/svg/smil/smil-grid.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ -/* 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/. */ -- cgit v1.2.3 From d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 23 Sep 2020 15:52:00 +0000 Subject: Issue #1656 - Part 6: Clean up the build files --- layout/reftests/moz.build | 1 - 1 file changed, 1 deletion(-) (limited to 'layout/reftests') diff --git a/layout/reftests/moz.build b/layout/reftests/moz.build index 3ab3d4246..6a59cb097 100644 --- a/layout/reftests/moz.build +++ b/layout/reftests/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/. -- cgit v1.2.3 From 4a42352e6418b69e600422fc516ad1e74c708fa9 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 24 Sep 2020 08:06:05 +0000 Subject: Issue #1656 - Part 8: Devtools and misc. --- layout/reftests/fonts/mark-generate.py | 1 - layout/reftests/fonts/math/generate.py | 1 - 2 files changed, 2 deletions(-) (limited to 'layout/reftests') diff --git a/layout/reftests/fonts/mark-generate.py b/layout/reftests/fonts/mark-generate.py index 8d537fa81..1af6612ec 100755 --- a/layout/reftests/fonts/mark-generate.py +++ b/layout/reftests/fonts/mark-generate.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# vim: set shiftwidth=4 tabstop=8 autoindent expandtab: # 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/layout/reftests/fonts/math/generate.py b/layout/reftests/fonts/math/generate.py index b42cd3e22..76cfcc597 100644 --- a/layout/reftests/fonts/math/generate.py +++ b/layout/reftests/fonts/math/generate.py @@ -1,5 +1,4 @@ #!/usr/bin/python -# vim: set shiftwidth=4 tabstop=8 autoindent expandtab: # 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/. -- cgit v1.2.3