We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506cf7f commit 526cad5Copy full SHA for 526cad5
.vscode/settings.json
@@ -2,5 +2,7 @@
2
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
3
"cmake.generator": "Ninja",
4
"git.inputValidationLength": 80,
5
- "git.inputValidationSubjectLength": 72
+ "git.inputValidationSubjectLength": 72,
6
+ "files.insertFinalNewline": true,
7
+ "files.trimFinalNewlines": true
8
}
0 commit comments