Skip to content

Instantly share code, notes, and snippets.

@slayerfat
Last active August 29, 2015 14:11
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 slayerfat/7705dc24405bc4c6f9a6 to your computer and use it in GitHub Desktop.
Save slayerfat/7705dc24405bc4c6f9a6 to your computer and use it in GitHub Desktop.
Sublime text 3 user settings
{
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"font_options": "subpixel_antialias",
"font_size": 16,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_speed": 0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"draw_white_space": "all",
"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