Skip to content

Instantly share code, notes, and snippets.

@mikalai-yankouski
Last active April 25, 2019 09:29
Show Gist options
  • Save mikalai-yankouski/7816aea551456d2892fc46e5f759fa3c to your computer and use it in GitHub Desktop.
Save mikalai-yankouski/7816aea551456d2892fc46e5f759fa3c to your computer and use it in GitHub Desktop.
settings for sublimetext3
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JSX",
"Simple JSX",
"Vintage",
"Vue Syntax Highlight"
],
"rulers": [120],
"linters":
{
"rubocop":
{
"args":
[
"--config",
"/home/mikalai/patterns/.rubocop.yml"
]
}
},
"draw_white_space": "all",
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment