Skip to content

Instantly share code, notes, and snippets.

@akajumi
Last active May 12, 2017 07:53
Show Gist options
  • Select an option

  • Save akajumi/f7d43ce2e3dddde98992f2cf4890205d to your computer and use it in GitHub Desktop.

Select an option

Save akajumi/f7d43ce2e3dddde98992f2cf4890205d to your computer and use it in GitHub Desktop.
Sublime Text user settings
{
"color_scheme": "Packages/ayu/ayu-light.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "ayu-light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"ui_big_tabs": false,
"ui_fix_tab_labels": true,
"ui_font_size_small": false,
"ui_font_source_code_pro": true,
"ui_separator": true,
"ui_sidebar_highlight_row": true,
"ui_wide_scrollbars": false,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment