Created
October 17, 2014 15:15
-
-
Save stephenhowells/3536d668bfab016190fc to your computer and use it in GitHub Desktop.
Syntax specific settings for Markdown files in Sublime Text 3 using the Markdown Editing package.
This file contains hidden or 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": | |
[ | |
"markdown", | |
"md", | |
"mdown", | |
"txt" | |
], | |
"wrap_width": 80, | |
"font_size": 15, | |
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme", | |
"gutter": false, | |
"caret_style": "smooth", | |
"caret_extra_width": 1, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment