Created
October 23, 2017 15:24
-
-
Save brand-it/ebf9bf8898c305440dd5b10dab7dcfd0 to your computer and use it in GitHub Desktop.
mycode_config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// If not specified searches for 'rubocop' executable available on PATH (default and recommended) | |
// "ruby.rubocop.executePath": "/Users/newdark/.rbenv/shims/", | |
// You can use specific path | |
// "ruby.rubocop.executePath": "/Users/you/.rbenv/shims/" | |
// "ruby.rubocop.executePath": "/Users/you/.rvm/gems/ruby-2.3.2/bin/" | |
// "ruby.rubocop.executePath": "D:/bin/Ruby22-x64/bin/" | |
// If not specified, it assumes a null value by default. | |
// "ruby.rubocop.configFilePath": ".rubocop.yml", | |
"editor.fontSize": 12, | |
// default true | |
"ruby.rubocop.onSave": true, | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"editor.tabSize": 2, | |
"editor.renderWhitespace": "all", | |
"files.trimTrailingWhitespace": true, | |
"files.autoSave": "afterDelay", | |
"html.format.wrapLineLength": 125, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.rulers": [ | |
105 | |
], | |
"window.zoomLevel": 0, | |
"terminal.integrated.fontFamily": "monaco", | |
"terminal.integrated.fontSize": 12 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment