Last active
October 9, 2019 18:58
-
-
Save evanplaice/0de273df770587c6a4873db5687bd5c0 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
{ | |
"extensions": [ | |
"md" | |
], | |
"color_scheme": "Packages/Predawn/predawn-markdown.tmTheme", | |
"draw_centered": true, | |
"draw_indent_guides": false, | |
"trim_trailing_white_space_on_save": false, | |
"word_wrap": true, | |
"wrap_width": 80 | |
} |
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
{ | |
"bootstrapped": true, | |
"downloader_precedence": | |
{ | |
"linux": | |
[ | |
"curl", | |
"urllib", | |
"wget" | |
], | |
"osx": | |
[ | |
"curl", | |
"urllib" | |
], | |
"windows": | |
[ | |
"wininet" | |
] | |
}, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"AutoFileName", | |
"BracketHighlighter", | |
"Emmet", | |
"GhostText", | |
"MarkdownPreview", | |
"Package Control", | |
"Predawn", | |
"SideBarEnhancements", | |
"Sync Settings", | |
"Whitespace" | |
] | |
} |
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
{ | |
"draw_white_space": "none", | |
"font_size": 13, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"menu_visible": true, | |
"sidebar_medium": true, | |
"tab_size": 2, | |
"tabs_small": true, | |
"theme": "predawn-DEV.sublime-theme", | |
"translate_tabs_to_spaces": false, | |
"update_check": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment