Skip to content

Instantly share code, notes, and snippets.

@dnasca
Created April 20, 2016 04:59
Show Gist options
  • Save dnasca/a3393268b10487aa5ee0f1c656a99d7d to your computer and use it in GitHub Desktop.
Save dnasca/a3393268b10487aa5ee0f1c656a99d7d to your computer and use it in GitHub Desktop.
Sublime Settings
{
"always_show_minimap_viewport": true,
"args":
{
"name": "Packages/Babel Snippets/react_wrap.sublime-snippet"
},
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Material-Theme-OceanicNext (SL).tmTheme",
"command": "insert_snippet",
"detect_indentation": false,
"font_face": "Roboto Mono Medium",
"font_options":
[
"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"keys":
[
"ctrl+shift+,"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
95
],
"scroll_past_end": true,
"syntax_map":
{
"html 5": "html",
"jsx": "javascript"
},
"tab_size": 2,
"theme": "Default.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