Skip to content

Instantly share code, notes, and snippets.

@AlifArnado
Created November 18, 2015 19:23
Show Gist options
  • Save AlifArnado/c5643918261f55b5195d to your computer and use it in GitHub Desktop.
Save AlifArnado/c5643918261f55b5195d to your computer and use it in GitHub Desktop.
setting user in sublime text 3
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/SyntaxHighlighterReloaded (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"findreplace_small": true,
"font_face": "inconsolata",
"font_options":
[
"subpixel_antialias"
],
"font_size": 9,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"sidebar_font_big": true,
"sidebar_font_small": true,
"sidebar_medium": true,
"sidebar_small": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment