diff options
author | Moonchild <moonchild@palemoon.org> | 2023-07-02 10:28:09 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-07-02 10:28:09 +0200 |
commit | 05d58b4aa18203e843762c8f85ce97d7297a1eca (patch) | |
tree | 82619bba855d77746d7ca4d5d75ef7020b8e839e /js | |
parent | 90aaa1fdfb490eefabe2a8ed6b2884dfddfe7c22 (diff) | |
download | uxp-05d58b4aa18203e843762c8f85ce97d7297a1eca.tar.gz |
Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265
Diffstat (limited to 'js')
-rw-r--r-- | js/public/Result.h | 1 | ||||
-rw-r--r-- | js/src/builtin/intl/LanguageTag.cpp | 1 | ||||
-rw-r--r-- | js/src/builtin/intl/LanguageTag.h | 1 | ||||
-rw-r--r-- | js/src/builtin/intl/Locale.cpp | 1 | ||||
-rw-r--r-- | js/src/builtin/intl/Locale.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/js/public/Result.h b/js/public/Result.h index d7c2f46c40..631fa366d5 100644 --- a/js/public/Result.h +++ b/js/public/Result.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 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/. */ diff --git a/js/src/builtin/intl/LanguageTag.cpp b/js/src/builtin/intl/LanguageTag.cpp index 501885dd9d..1049e91bc2 100644 --- a/js/src/builtin/intl/LanguageTag.cpp +++ b/js/src/builtin/intl/LanguageTag.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set ts=8 sts=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/js/src/builtin/intl/LanguageTag.h b/js/src/builtin/intl/LanguageTag.h index 5fcce26480..3c2ecb1553 100644 --- a/js/src/builtin/intl/LanguageTag.h +++ b/js/src/builtin/intl/LanguageTag.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set ts=8 sts=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/js/src/builtin/intl/Locale.cpp b/js/src/builtin/intl/Locale.cpp index ee70c0b06f..980ab37f66 100644 --- a/js/src/builtin/intl/Locale.cpp +++ b/js/src/builtin/intl/Locale.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set ts=8 sts=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/js/src/builtin/intl/Locale.h b/js/src/builtin/intl/Locale.h index 74ff4b5a71..881906616b 100644 --- a/js/src/builtin/intl/Locale.h +++ b/js/src/builtin/intl/Locale.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: set ts=8 sts=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/. */ |