Skip to content

Instantly share code, notes, and snippets.

@abhinav098
Created August 13, 2018 09:09
Show Gist options
  • Save abhinav098/c1b7db992189ea7493ad21cb7d4fbfc1 to your computer and use it in GitHub Desktop.
Save abhinav098/c1b7db992189ea7493ad21cb7d4fbfc1 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Darkmatter/Darkmatter.tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Monaco",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"linters":
{
"eslint":
{
"selector": "text.html.vue, source.js - meta.attribute-with-value"
}
},
"margin": 2,
"overlay_scroll_bars": "enabled",
"rulers":
[
120
],
"status_bar_brighter": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": 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