Skip to content

Instantly share code, notes, and snippets.

@datenimperator
Created January 21, 2018 11:55
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 datenimperator/af13ed5301938e1bd8c57f8a23a1faab to your computer and use it in GitHub Desktop.
Save datenimperator/af13ed5301938e1bd8c57f8a23a1faab to your computer and use it in GitHub Desktop.
Sublime 3 Settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme",
"default_encoding": "UTF-8",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git"
],
"font_face": "Office Code Pro",
"font_size": 16.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"scroll_speed": 1.2,
"show_encoding": true,
"show_line_endings": true,
"spell_check": false,
"tab_size": 2,
"theme": "Agila Monokai.sublime-theme",
"theme_agila_compact_tab": true,
"theme_agila_sidebar_heading_white": true,
"theme_agila_sidebar_light_icons": true,
"theme_agila_sidebar_selected_entry_yellow": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment