Skip to content

Instantly share code, notes, and snippets.

@fogrew
Last active September 15, 2017 00:23
Show Gist options
  • Save fogrew/c9c2b1116aab561c6b06 to your computer and use it in GitHub Desktop.
Save fogrew/c9c2b1116aab561c6b06 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"auto_close_tags": true,
"auto_complete": true,
"auto_match_enabled": true,
"color_scheme": "Packages/User/SublimeLinter/base16-eighties (SL).tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"font_face": "Menlo",
"font_size": 18,
"highlight_line": true,
"ignored_packages":
[
"ESLint",
"Less2Css",
"Perfectionist",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_top": 1,
"match_selection": true,
"match_tags": true,
"open_files_in_new_window": false,
"rulers":
[
60,
80,
100,
120
],
"show_definitions": false,
"show_encoding": true,
"tab_size": 2,
"theme": "Hero Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment