mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
* Add support for /mets/public_keys/<keyType> * "files.insertFinalNewline": false * revert and make setttings.json change csharp only * formatting * remove final new line --------- Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"editor.formatOnSave": false,
|
|
"files.exclude": {
|
|
"**/bin": true,
|
|
"**/obj": true,
|
|
"**/packaging": true,
|
|
"**/coverage-results": true
|
|
},
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true,
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"[csharp]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"explorer.fileNesting.patterns": {
|
|
"*.cs": "I${capture}.cs",
|
|
},
|
|
}
|