Created
November 26, 2018 21:18
-
-
Save geotrev/8754da01a23dc56d26ed8c8ede5b72b3 to your computer and use it in GitHub Desktop.
Sublime Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// 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