Skip to content

Instantly share code, notes, and snippets.

@yukiyan
Created May 13, 2015 10:09
Show Gist options
  • Save yukiyan/8588f3b9ed92effcfc0f to your computer and use it in GitHub Desktop.
Save yukiyan/8588f3b9ed92effcfc0f to your computer and use it in GitHub Desktop.
sublimeの設定
{
"Seti_ClosedFolder_same": true,
"Seti_SB_bright": true,
"Seti_SB_med": true,
"Seti_no_bar_undertabs": true,
"Seti_sb_small_padding": true,
"Seti_sb_tree_small": true,
"Seti_tabs_small": true,
"auto_indent": true,
"color_scheme": "Packages/Seti_UI/Scheme/Seti_monokai.tmTheme",
"detect_indentation": true,
"drag_text": false,
"draw_indent_guide": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": true,
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": false,
"line_padding_top": 1,
"margin": 0,
"open_files_in_new_window": false,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment