Sublime Text Setting

2016-12-26

개인적으로 쓰는 세팅(windows에서). font 는 Menlo-Regular 를 따로 설치해서 사용함.

{     "always_show_minimap_viewport": true,     "bold_folder_labels": true,     "caret_style": "phase",     "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",     "default_line_ending": "unix",     "draw_minimap_border": true,     "draw_white_space": "all",     "ensure_newline_at_eof_on_save": true,     "fade_fold_buttons": false,     "font_face": "Menlo-Regular",     "font_size": 13,     "highlight_line": true,     "highlight_modified_tabs": true,     "indent_guide_options":     [         "draw_normal",         "draw_active"     ],     "line_padding_bottom": 2,     "line_padding_top": 2,     "overlay_scroll_bars": "enabled",     "rulers":     [         80,         120     ],     "show_encoding": true,     "show_line_endings": true,     "tab_size": 4,     "theme": "Default.sublime-theme",     "translate_tabs_to_spaces": true,     "trim_trailing_white_space_on_save": true,     "word_wrap": true,

    "file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "._*"]

}

← 목록으로