Skip to content

Instantly share code, notes, and snippets.

@flou
Created September 23, 2017 19:50
Show Gist options
  • Save flou/0725aa0118431116f08d47e782d950a0 to your computer and use it in GitHub Desktop.
Save flou/0725aa0118431116f08d47e782d950a0 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"binary_file_patterns":
[
"*.psd",
"*.png",
"*.jpg",
"*.gif"
],
"bold_folder_labels": true,
"caret_extra_width": 0,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"drag_text": false,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.DS_store",
"*.dat",
"*.eot",
"*.class",
"*.gem",
"*.gif",
"*.jar",
"*.jpeg",
"*.jpg",
"*.log",
"*.pdf",
"*.psd",
"*.sassc",
"*.pyc",
"*.scssc",
"*.svg",
"*.ttf",
"*.woff",
"*.xap",
"*.zip",
"*.svn-*",
".tags",
".tags_sorted_by_file",
".gemtags"
],
"folder_exclude_patterns":
[
".sass-cache",
".git",
".hg",
"dist",
".bin",
".bundle",
".idea",
"tmp/cache",
".svn",
".tags",
"_build"
],
"font_face": "Fira Code",
"font_options":
[
"gray_antialias"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage",
"Vintageous"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"index_files": true,
"match_brackets_angle": true,
"minimap_scroll_to_clicked_text": false,
"open_files_in_new_window": false,
"rulers":
[
80,
100
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_errors_inline": true,
"show_full_path": true,
"show_line_endings": true,
"show_panel_on_build": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ui_font_default": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"vintage_start_in_command_mode": false,
"vintageous_use_ctrl_keys": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?°",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment