Skip to content

Instantly share code, notes, and snippets.

@geotrev
Created November 26, 2018 21:18
Show Gist options
  • Save geotrev/8754da01a23dc56d26ed8c8ede5b72b3 to your computer and use it in GitHub Desktop.
Save geotrev/8754da01a23dc56d26ed8c8ede5b72b3 to your computer and use it in GitHub Desktop.
Sublime Settings
// Packages:
//
// - package control
// - babel
// - bracket highlighter
// - color highlighter
// - git blame
// - gitignored file exluder
// - jsprettier
// - sass
// - seti_ui
// - seti_ux
// - sycnedsidebar
{
"color_scheme": "Packages/Seti_UX/Seti.tmTheme",
"font_face": "Fira Code",
"font_size": 14,
"highlight_line": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"tab_size": 2,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment