Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Extension/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
},
"c_cpp.configuration.vcFormat.indent.gotoLabels.description": "The position of goto labels.",
"c_cpp.configuration.vcFormat.indent.gotoLabels.oneLeft.markdownDescription": {
"message": "Position goto labels to the left of the current code indentation, by the amount specified in the `#editor.tabSize#` setting.",
"message": "Position goto labels to the left of the current code indentation by the amount specified in the `#editor.tabSize#` setting.",
"comment": [
"Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered."
]
Expand All @@ -319,7 +319,7 @@
},
"c_cpp.configuration.vcFormat.indent.preprocessor.description": "The position of preprocessor directives.",
"c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": {
"message": "Preprocessor directives are positioned to the left of the current code indentation, by the amount specified in the `#editor.tabSize#` setting.",
"message": "Preprocessor directives are positioned to the left of the current code indentation by the amount specified in the `#editor.tabSize#` setting.",
"comment": [
"Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered."
]
Expand Down
Loading