Skip to content

Instantly share code, notes, and snippets.

@belmer
Created May 8, 2020 02:32
Show Gist options
  • Save belmer/4d3b8443d102b1fb0ae25c2e484a25bf to your computer and use it in GitHub Desktop.
Save belmer/4d3b8443d102b1fb0ae25c2e484a25bf to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"detect_identation": true,
"disable_custom_title_bar": true,
"enable_tab_scrolling": false,
"extensions":
[
"js",
"jsx",
"sublime-settings"
],
"font_face": "Source Code Pro",
"font_size": 20,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"jsx":
{
"alignWithFirstAttribute": true,
"attrsOnSameLineAsTag": false,
"firstAttributeOnSameLine": false,
"formatJSX": true,
"maxAttrsOnTag": 1
},
"plugins":
[
"esformatter-jsx"
],
"spacegray_fileicons": true,
"spacegray_sidebar_font_normal": true,
"spacegray_sidebar_font_small": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_sidebar_tree_small": true,
"spacegray_sidebar_tree_xsmall": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_font_small": true,
"spacegray_tabs_large": true,
"spacegray_tabs_normal": true,
"spacegray_tabs_small": true,
"spacegray_tabs_xlarge": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment