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

Commit9196ba5

Browse files
authored
Update clang-format style descriptions. (microsoft#6914)
1 parent0c6e43c commit9196ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Extension/package.nls.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"c_cpp.configuration.vcFormat.wrap.preserveBlocks.allOneLineScopes.description":"Any code where the opening and closing brace is entered on one line is kept on one line, regardless of the values of any of the VC Format: New Line settings",
110110
"c_cpp.configuration.vcFormat.wrap.preserveBlocks.never.description":"Code blocks are always formatted based on the values of the VC Format: New Line settings",
111111
"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.",
112-
"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 }",
113-
"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 }",
112+
"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, FixNamespaceComments: false }",
113+
"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, NamespaceIndentation: All, FixNamespaceComments: false }",
114114
"c_cpp.configuration.clang_format_sortIncludes.description":"If set, overrides the include sorting behavior determined by the SortIncludes parameter.",
115115
"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.",
116116
"c_cpp.configuration.intelliSenseEngineFallback.description":"Controls whether the IntelliSense engine will automatically switch to the Tag Parser for translation units containing #include errors.",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp