Skip to content

Instantly share code, notes, and snippets.

@dimasjt
Created January 27, 2016 03:53
Show Gist options
  • Save dimasjt/5cc222857d2cace4ebe0 to your computer and use it in GitHub Desktop.
Save dimasjt/5cc222857d2cace4ebe0 to your computer and use it in GitHub Desktop.
My Preferences setting for sublime text
{
"auto_complete": true,
"color_scheme": "Packages/User/SublimeLinter/LAZY (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"material_theme_contrast_mode": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Default.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