Skip to content

Instantly share code, notes, and snippets.

@Curookie
Created January 2, 2017 06:35
Show Gist options
  • Save Curookie/92a099b3e73f1b7e2a5c5daf41f70967 to your computer and use it in GitHub Desktop.
Save Curookie/92a099b3e73f1b7e2a5c5daf41f70967 to your computer and use it in GitHub Desktop.
Sublime 한글 폰트 세팅
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"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": "나눔고딕코딩",
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment