Skip to content

Instantly share code, notes, and snippets.

@rawaludin
Created September 2, 2014 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawaludin/5662b89d076e59a8dcfb to your computer and use it in GitHub Desktop.
Save rawaludin/5662b89d076e59a8dcfb to your computer and use it in GitHub Desktop.
Sublime Text Configuration
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Piatto/Piatto Dark.tmTheme",
"theme": "Piatto Dark 3.sublime-theme",
"piatto_folder_icons": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 10,
"line_padding_top": 10,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"save_on_focus_lost": true,
"tab_size": 4,
"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