Skip to content

Instantly share code, notes, and snippets.

@agounaris
Last active May 24, 2016 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agounaris/dac2fc5fa6111840a79e to your computer and use it in GitHub Desktop.
Save agounaris/dac2fc5fa6111840a79e to your computer and use it in GitHub Desktop.
my_sublime_settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/darkula (SL).tmTheme",
"font_options": "subpixel_antialias",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"icon_file_type_enable": true,
"ignored_packages":
[
"vintage"
],
"itg_small_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"remember_open_files": false,
"rulers":
[
120
],
"scroll_past_end": false,
"tab_completion": false,
"tab_size": 4,
"theme": "SoDaReloaded Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment