模式行

文件应将 Emacs 和 vim 模式行注释作为文件的头两行,这两行应将 indent-tabs-mode 设置为 nil。对于新文件,请使用以下内容,指定两个空格缩进

/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=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 https://mozilla.org/MPL/2.0/. */

请务必在第一行使用正确的 Mode,不要在 JavaScript 文件中使用 C++