Skip to content

Instantly share code, notes, and snippets.

@meffie
Created January 20, 2022 13:59
Show Gist options
  • Save meffie/b11c2fd70bb5c3cb3bdd4eb535926cd1 to your computer and use it in GitHub Desktop.
Save meffie/b11c2fd70bb5c3cb3bdd4eb535926cd1 to your computer and use it in GitHub Desktop.
vscode settings for OpenAFS code base.
{
"editor.tabSize": 8,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"editor.rulers": [80,120]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment