Skip to content

Instantly share code, notes, and snippets.

@andrielfn
Last active August 29, 2015 13:58
Show Gist options
  • Save andrielfn/9999511 to your computer and use it in GitHub Desktop.
Save andrielfn/9999511 to your computer and use it in GitHub Desktop.
Sublime Text configuration.
{
"auto_complete": true,
"auto_complete_selector": "source - comment",
"auto_indent": true,
"bold_folder_labels": true,
"detect_indentation": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"log",
".sass-cache"
],
"font_size": 20,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
100
],
"show_full_path": true,
"tab_size": 2,
"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