Skip to content

Instantly share code, notes, and snippets.

@puzzledqs
Last active August 29, 2015 13:56
Show Gist options
  • Save puzzledqs/9344704 to your computer and use it in GitHub Desktop.
Save puzzledqs/9344704 to your computer and use it in GitHub Desktop.
{
// Themes
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"theme": "Flatland Dark.sublime-theme",
// font
"font_size": 15.0,
// tabs and white spaces
"draw_white_space": "all",
"auto_complete": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
// caret style
"wide_caret": true,
"caret_style": "smooth",
"auto_match_enabled": false,
// recomended
"word_wrap": true,
"wrap_width": 80,
"rulers":
[
80,
85
],
// look-and-feel of the IDE
"show_full_path": true,
"show_minimap": false,
"fold_buttons": true,
"highlight_line": true,
"ignored_packages":
[
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment