Skip to content

Instantly share code, notes, and snippets.

@megane9988
Created November 1, 2015 02:40
Show Gist options
  • Select an option

  • Save megane9988/bbbe0d4d232845dd14c4 to your computer and use it in GitHub Desktop.

Select an option

Save megane9988/bbbe0d4d232845dd14c4 to your computer and use it in GitHub Desktop.
sublime
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"disable_formatted_linebreak": true,
"disable_tab_abbreviations_for_scopes": "css,less,sass,scss,stylus",
"disabled_single_snippet_for_scopes": "",
"draw_white_space": "all",
"enable_emmet_keymap": true,
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeLinter-phpcs",
"Vintage"
],
"line_padding_top": 2,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": false,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?。、 「」:”()",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment