Skip to content

Instantly share code, notes, and snippets.

@karlbaillie
Last active December 31, 2015 11:35
Show Gist options
  • Save karlbaillie/5362016 to your computer and use it in GitHub Desktop.
Save karlbaillie/5362016 to your computer and use it in GitHub Desktop.
Sublime Text 3 Customisations
{
// Define theme and color scheme
"color_scheme": "Packages/Theme - Dark Material/schemes/Dark-Material.tmTheme",
"theme": "Dark-Material.sublime-theme",
// Keeping those lines smooth
// "font_face": "Monaco",
"font_size": 10,
"line_padding_bottom": 3,
"line_padding_top": 3,
"highlight_line": true,
// Minor visual tweaks
"rulers": [80],
"caret_style": "wide",
"bold_folder_labels": true,
"fold_buttons": true,
"fade_fold_buttons": true,
"overlay_scroll_bars": "enabled",
// Behaviours
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"detect_indentation": true,
"auto_indent": true,
"trim_automatic_white_space": true,
"word_wrap": false,
"indent_subsequent_lines": true,
"auto_match_enabled": true,
// Stuff
"ignored_packages":
[
"Vintage"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment