Skip to content

Instantly share code, notes, and snippets.

@takahiro47
Last active December 20, 2015 16:19
Show Gist options
  • Save takahiro47/6160964 to your computer and use it in GitHub Desktop.
Save takahiro47/6160964 to your computer and use it in GitHub Desktop.
The setting of SublimeText2.app
{
"auto_indent": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": true,
"disable_formatted_linebreak": true,
"disable_tab_abbreviations": true,
"font_size": 12.0,
"font_face": "Ricty",
"highlight_trailing_spaces_color_name": "invalid",
"ignored_packages":
[
"Image2Base64",
"Google Translate"
],
"indent_to_bracket": false,
"margin": 2,
"smart_indent": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment