Skip to content

Instantly share code, notes, and snippets.

@brgnepal
Created October 29, 2014 06:10
Show Gist options
  • Save brgnepal/d7db055ca974c43d788a to your computer and use it in GitHub Desktop.
Save brgnepal/d7db055ca974c43d788a to your computer and use it in GitHub Desktop.
My sublime user default settings
{
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"detect_indentation": true,
"font_size": 13,
"hayaku_CSS_prefixes_no_unprefixed": true,
"hayaku_CSS_prefixes_only":
[
"webkit",
"moz",
"o"
],
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"remember_open_files": false,
"rulers":
[
80
],
"spell_check": false,
"tab_size": 2,
"trailing_spaces_trim_on_save": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment