Sha256: d4c8c86ab3457c0285ef1e81631565fa5f5a21c490dae38ea8a6ea8de76ae705
Contents?: true
Size: 847 Bytes
Versions: 8
Compression:
Stored size: 847 Bytes
Contents
// Place your settings in this file to overwrite default and user settings. { "editor.wordWrap": "off", "editor.rulers": [ 80 ], "files.insertFinalNewline": true, "ruby.lint": { "rubocop": true }, "[markdown]": { "editor.wordWrap": "bounded", "editor.wordWrapColumn": 80 }, "todohighlight.keywordsPattern": "(TODO|FIXME|KLUDGE)(\\([^)]+\\))?:", "todohighlight.include": [ "**/*.rb", "**/*.md", "**/*.html", "**/*.js", "**/*.css" ], "todohighlight.exclude": [ "**/node_modules/**", "**/bower_components/**", "**/dist/**", "**/build/**", "**/.vscode/**", "**/.github/**", "**/_output/**", "**/*.min.*", "**/*.map", "**/.next/**", "fixtures/**", "pkg/**", "tmp/**", "vendor/**", ] }
Version data entries
8 entries across 8 versions & 1 rubygems