Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save felipe-prenholato/3008014 to your computer and use it in GitHub Desktop.
Save felipe-prenholato/3008014 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+["], "command": "fold" },
{ "keys": ["ctrl+]"], "command": "unfold" },
{ "keys": ["super+f1"], "command": "py_help" }
]
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Black Pearl II.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"font_face": "Consolas",
"font_size": 14,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets_angle": true,
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment