Skip to content

Instantly share code, notes, and snippets.

@anatomatic
Created November 11, 2014 19:45
Show Gist options
  • Save anatomatic/5abad89fd96baef4667a to your computer and use it in GitHub Desktop.
Save anatomatic/5abad89fd96baef4667a to your computer and use it in GitHub Desktop.
Fountain.sublime-settings
{
"ignored_packages": ["Color Highlighter"],
"extensions":
[
"fountain"
],
//"color_scheme": "Packages/Fountain/Fountain Tomorrow Night.tmTheme",
//"color_scheme": "Packages/Fountain/Fountain Dan.tmTheme",
"color_scheme": "Packages/Fountain/Fountain Night Owl.tmTheme",
//"font_face": "Monaco",
//"font_face": "Optima",
//"font_face": "Courier Prime",
"font_face": "Avenir",
//"font_face": "Highland Sans",
//"font_face": "M+ 2c",
//"font_face": "Inconsolata",
"font_size": 16,
"word_wrap": true,
"wrap_width": 48,
"auto_width": true,
"highlight_line": false,
"line_padding_top": 3,
"draw_centered": true,
"spell_check": false,
"indent_subsequent_lines": false,
"trim_automatic_white_space": true,
"line_numbers": false,
"translate_tabs_to_spaces": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"draw_white_space": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment