11 lines
408 B
Text
11 lines
408 B
Text
|
// These settings override both User and Default settings for the Markdown syntax
|
||
|
{
|
||
|
"color_scheme": "Packages/Predawn/predawn-markdown.tmTheme",
|
||
|
"draw_centered": true, // Centers the column in the window
|
||
|
"draw_indent_guides": true,
|
||
|
"trim_trailing_white_space_on_save": false,
|
||
|
"word_wrap": true,
|
||
|
"wrap_width": 80, // Sets the # of characters per line
|
||
|
"show_panel_on_build": false,
|
||
|
}
|