Skip to content

Instantly share code, notes, and snippets.

@andrielfn
Created December 4, 2015 17:34
Show Gist options
  • Save andrielfn/b6d39fd781fa3ceb7c3d to your computer and use it in GitHub Desktop.
Save andrielfn/b6d39fd781fa3ceb7c3d to your computer and use it in GitHub Desktop.
My Sublime Text 3 config file.
{
"auto_complete": true,
"auto_complete_selector": "source - comment",
"auto_indent": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns": [
"*.o",
".DS_Store",
"*.psd",
"*.db",
"*.sqlite3",
"*.scssc",
".woff"
],
"folder_exclude_patterns": [
".git",
"log",
".sass-cache",
"tmp/cache",
"tmp/capybara",
"tmp/session",
"node_modules",
],
"font_face": "Input",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"PHP",
"Vintage"
],
"indent_guide_options": [
"draw_normal",
"draw_active"
],
"index_files": true,
"rulers": [
80,
100
],
"show_full_path": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": false,
"on_pre_save_language": [
{
// "command": "css_comb"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment