Skip to content

Instantly share code, notes, and snippets.

@Dexyne
Last active December 19, 2015 10:49
Show Gist options
  • Save Dexyne/5943283 to your computer and use it in GitHub Desktop.
Save Dexyne/5943283 to your computer and use it in GitHub Desktop.
My Sublime Text Preferences.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"flatland_square_tabs": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment