Skip to content

Instantly share code, notes, and snippets.

@coldhawaiian
Created January 5, 2014 08:17
Show Gist options
  • Save coldhawaiian/8265761 to your computer and use it in GitHub Desktop.
Save coldhawaiian/8265761 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"auto_indent": true,
"bold_folder_labels": true,
// https://github.com/thinkpixellab/flatland
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_modified_tabs": true,
"rulers":
[
80,
100,
120
],
"scroll_past_end": true,
"spell_check": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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