Skip to content

Instantly share code, notes, and snippets.

@mhulet
Created May 22, 2017 14:41
Show Gist options
  • Save mhulet/d1190b3d5c5ee6657f49c2dba29b9be3 to your computer and use it in GitHub Desktop.
Save mhulet/d1190b3d5c5ee6657f49c2dba29b9be3 to your computer and use it in GitHub Desktop.
Sublime Text user preferences
{
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"highlight_line": true,
"index_exclude_patterns": ["*.log", "tmp/**", "bower_components/**", "node_modules/**"],
"ignored_packages":
[
"Vintage"
],
"rulers":
[
100
],
"scroll_past_end": true,
"show_definitions": false,
"tab_size": 2,
"theme": "Lanzhou.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment