Skip to content

Instantly share code, notes, and snippets.

@fabianmarz
Last active June 5, 2017 12:42
Show Gist options
  • Save fabianmarz/a5d4fd5d7683aae8eade to your computer and use it in GitHub Desktop.
Save fabianmarz/a5d4fd5d7683aae8eade to your computer and use it in GitHub Desktop.
Sublime Text config
{
"always_show_minimap_viewport": true,
"animation_enabled": false,
"auto_complete_selector": "source, text",
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_face": "Anonymous Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 17,
"highlight_line": true,
"ignored_packages":
[
"ElasticsearchClient"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 9,
"line_padding_top": 9,
"material_theme_compact_panel": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"theme": "ayu-mirage.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment