Skip to content

Instantly share code, notes, and snippets.

@adibhanna
Last active August 19, 2016 10:31
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 adibhanna/2389cf22d674e250862d50d793b482b1 to your computer and use it in GitHub Desktop.
Save adibhanna/2389cf22d674e250862d50d793b482b1 to your computer and use it in GitHub Desktop.
sublime text preferences
{
"always_show_minimap_viewport": true,
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/FreshCut (SL).tmTheme",
"draw_indent_guides": false,
"enable_tab_scrolling": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_Store",
".idea/"
],
"font_face": "Fira Code",
"font_options":
[
"directwrite"
],
"font_size": 15,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_numbers": true,
"line_padding_bottom": 7,
"line_padding_top": 7,
"margin": 0,
"overlay_scroll_bars": "enabled",
"rulers":
[
],
"show_encoding": true,
"show_line_endings": true,
"show_panel_on_build": false,
"tab_size": 4,
"theme": "Boxy Tomorrow.sublime-theme",
"theme_accent_blue": true,
"theme_accent_cyan": true,
"theme_bar": false,
"theme_bar_logo_atomized": true,
"theme_button_inverted": true,
"theme_dirty_materialized": true,
"theme_dropdown_atomized": true,
"theme_find_panel_atomized": true,
"theme_sidebar_folder_arrow": false,
"theme_sidebar_folder_mono": false,
"theme_sidebar_font_lg": true,
"theme_sidebar_indent_top_level_disabled": false,
"theme_size_md": true,
"theme_size_sm": true,
"theme_statusbar_size_sm": true,
"theme_tab_rounded": true,
"theme_tab_selected_transparent": true,
"theme_tab_selected_underlined": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"wide_caret": false,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment