Skip to content

Instantly share code, notes, and snippets.

@Darkside73
Created February 20, 2018 16:34
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 Darkside73/81e850d6de8a9f4fceda3e3a9d400ca8 to your computer and use it in GitHub Desktop.
Save Darkside73/81e850d6de8a9f4fceda3e3a9d400ca8 to your computer and use it in GitHub Desktop.
sublime text base settings
{
"caret_style": "phase",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".svn",
".sass-cache",
".bundle",
"bundle",
".rbx",
"node_modules"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignore_vcs_packages": true,
"ignored_packages":
[
"CSS",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": true,
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"new_window_settings":
{
"show_minimap": false
},
"remember_open_files": true,
"rulers":
[
120
],
"save_on_focus_lost": true,
"show_definitions": false,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"tabs_small": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment