Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2e1868

Browse files
author
Elaheh Rashedi
authored
fix Bug 5124, adding namespace indent
* fix Bug 5124, adding namespace indentmicrosoft#5124
1 parenta8ade55 commite2e1868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Extension/package.nls.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"c_cpp.command.vcpkgClipboardInstallSuggested.title":"Copy vcpkg install command to clipboard",
1919
"c_cpp.command.vcpkgOnlineHelpSuggested.title":"Visit the vcpkg help page",
2020
"c_cpp.configuration.clang_format_path.description":"The full path of the clang-format executable. If not specified, and clang-format is available in the environment path, that is used. If not found in the environment path, a copy of clang-format bundled with the extension will be used.",
21-
"c_cpp.configuration.clang_format_style.description":"Coding style, currently supports: Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit. Use\"file\" to load the style from a .clang-format file in the current or parent directory. Use {key: value, ...} to set specific parameters. For example, the\"Visual Studio\" style is similar to: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }",
21+
"c_cpp.configuration.clang_format_style.description":"Coding style, currently supports: Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit. Use\"file\" to load the style from a .clang-format file in the current or parent directory. Use {key: value, ...} to set specific parameters. For example, the\"Visual Studio\" style is similar to: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All }",
2222
"c_cpp.configuration.clang_format_fallbackStyle.description":"Name of the predefined style used as a fallback in case clang-format is invoked with style\"file\" but the .clang-format file is not found. Possible values are Visual Studio, LLVM, Google, Chromium, Mozilla, WebKit, none, or use {key: value, ...} to set specific parameters. For example, the\"Visual Studio\" style is similar to: { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }",
2323
"c_cpp.configuration.clang_format_sortIncludes.description":"If set, overrides the include sorting behavior determined by the SortIncludes parameter.",
2424
"c_cpp.configuration.intelliSenseEngine.description":"Controls the IntelliSense provider.\"Tag Parser\" provides\"fuzzy\" results that are not context-aware.\"Default\" provides context-aware results.\"Disabled\" turns off C/C++ language service features.",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp