mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"files.exclude": {
|
|
"**/bin": true,
|
|
"**/obj": true,
|
|
"**/packaging": true,
|
|
"**/coverage-results": true
|
|
},
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true
|
|
}
|