Skip to content

Instantly share code, notes, and snippets.

@emanuel-sanabria-developer
Created January 11, 2016 20:44
Show Gist options
  • Save emanuel-sanabria-developer/5aaeaa894373439ec605 to your computer and use it in GitHub Desktop.
Save emanuel-sanabria-developer/5aaeaa894373439ec605 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"auto_close_tags": false,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"copy_with_empty_selection": false,
"default_line_ending": "windows",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Hack",
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_numbers": true,
"rulers":
[
160
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment