Skip to content

Instantly share code, notes, and snippets.

@Tairy
Created March 8, 2015 13:17
Show Gist options
  • Save Tairy/7585ce9719e88f9c1827 to your computer and use it in GitHub Desktop.
Save Tairy/7585ce9719e88f9c1827 to your computer and use it in GitHub Desktop.
sublime-text setting
{
"draw_white_space": "all",
"font_size": 19,
"word_wrap": "auto",
"ignored_packages":
[
"Vintage"
],
"tab_size": 2
}
@Tairy
Copy link
Author

Tairy commented Mar 15, 2015

{
"draw_white_space": "all",
"font_size": 19,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"word_wrap": false,
"highlight_line": true,
"save_on_focus_lost": true,
"show_encoding": true,
"translate_tabs_to_spaces": true,
"rulers": [80],
"scroll_past_end": true,
"bold_folder_labels": true,
"show_full_path": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment