Skip to content

Instantly share code, notes, and snippets.

@yamoo9
Last active April 22, 2016 13:20
Show Gist options
  • Select an option

  • Save yamoo9/cee0e4f1ef43d7307d21 to your computer and use it in GitHub Desktop.

Select an option

Save yamoo9/cee0e4f1ef43d7307d21 to your computer and use it in GitHub Desktop.
Sublime Text 3 커스텀 환경설정
{
// Typography
"font_family" : "Source Code Pro",
"font_size" : 15.0,
"font_options" : [ "no_bold", "no_italic" ],
// Padding
"line_padding_top" : 1,
"line_padding_bottom" : 1,
// Tabs
"tab_size" : 2,
// Word Wrap
"word_wrap" : true,
// Minimap
"draw_minimap_border" : true,
"always_show_minimap_viewport" : true,
// Highlight
"highlight_line" : true,
// Scroll
"scroll_past_end" : true,
"scroll_speed" : 5.0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment