Skip to content

Instantly share code, notes, and snippets.

@NimaGhaedsharafi
Last active April 30, 2017 05:52
Show Gist options
  • Save NimaGhaedsharafi/58f3dff3f35abae4438e43fcc8bf827c to your computer and use it in GitHub Desktop.
Save NimaGhaedsharafi/58f3dff3f35abae4438e43fcc8bf827c to your computer and use it in GitHub Desktop.
My Favorite Sublime Settings
{
"always_show_minimap_viewport": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"find_selected_text": true,
"fold_buttons": true,
"font_face": "Ubuntu Mono",
"font_size": 15,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"match_brackets": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"trim_automatic_white_space": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment