Skip to content

Instantly share code, notes, and snippets.

@ryz310
Last active August 29, 2015 13:57
Show Gist options
  • Save ryz310/9459667 to your computer and use it in GitHub Desktop.
Save ryz310/9459667 to your computer and use it in GitHub Desktop.
Sublime Text のオレオレ設定
{
"auto_find_in_selection": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"scroll_past_end": 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