diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 07:23:04 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 07:23:04 +0000 |
commit | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (patch) | |
tree | 5c190155a18b85d7610eb4ffa0562271cf32ead8 /js/src/tests | |
parent | d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 (diff) | |
download | uxp-0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a.tar.gz |
Issue #1656 - Part 7: Nuke vim config lines in JS
Diffstat (limited to 'js/src/tests')
-rw-r--r-- | js/src/tests/Makefile.in | 1 | ||||
-rw-r--r-- | js/src/tests/js1_5/extensions/regress-50447-1.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/js/src/tests/Makefile.in b/js/src/tests/Makefile.in index ad4181b6ef..c0eff39546 100644 --- a/js/src/tests/Makefile.in +++ b/js/src/tests/Makefile.in @@ -1,4 +1,3 @@ -# vim: set shiftwidth=8 tabstop=8 autoindent noexpandtab copyindent: # 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/js/src/tests/js1_5/extensions/regress-50447-1.js b/js/src/tests/js1_5/extensions/regress-50447-1.js index 688692b09c..8549f05cf3 100644 --- a/js/src/tests/js1_5/extensions/regress-50447-1.js +++ b/js/src/tests/js1_5/extensions/regress-50447-1.js @@ -1,5 +1,4 @@ /* -*- tab-width: 8; indent-tabs-mode: nil; js-indent-level: 4 -*- - * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/. */ |