Skip to content

Instantly share code, notes, and snippets.

@dexterbrylle
Last active July 31, 2017 05:18
Show Gist options
  • Save dexterbrylle/9062ba16d762884310817189ffb25865 to your computer and use it in GitHub Desktop.
Save dexterbrylle/9062ba16d762884310817189ffb25865 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
"always_show_minimap_viewport": true,
"animation_enabled": true,
"auto_close_tags": true,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"findreplace_small": true,
"font_face": "Fira Code",
"font_options":
[
"subixel_antialias",
"gray_antialias"
],
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": true,
"match_tags": true,
"material_theme_accent_graphite": true,
"material_theme_accent_scrollbars": true,
"material_theme_appbar_charcoal": true,
"material_theme_big_fileicons": true,
"material_theme_bold_tab": true,
"material_theme_bright_scrollbars": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": false,
"material_theme_tree_headings": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"remember_full_screen": true,
"scroll_past_end": true,
"scroll_speed": 6.0,
"show_definitions": true,
"show_encoding": true,
"show_full_path": false,
"show_line_endings": true,
"smart_indent": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": false,
"tree_animation_enabled": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment