Skip to content

Instantly share code, notes, and snippets.

@artursmirnov
artursmirnov / settings.json
Created February 16, 2022 15:22
VSCode setup
{
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.wordWrapColumn": 100,
"files.exclude": {
"**/.coverage": true,
"**/.yardoc": true,
"**/build/**": true,
"**/node_modules/**": true,
"**/tmp": true