Advertisement
Wrigs

Preferences.sublime-settings

May 27th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1. {
  2.     "color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
  3.  
  4.     "file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", "*.class", "*.psd", "*.sublime-workspace", "Thumbs.db",],
  5.  
  6.     "font_face": "Roboto Mono",
  7.     "font_size": 12,
  8.     "line_padding_bottom": 1,
  9.     "line_padding_top": 1,
  10.  
  11.     "ignored_packages":
  12.     [
  13.         "Emmet",
  14.         "Vintage"
  15.     ],
  16.  
  17.     "bold_folder_labels": true,
  18.     "caret_extra_bottom": 0,
  19.     "caret_extra_top": 0,
  20.     "caret_extra_width": 1,
  21.     "caret_style": "smooth",
  22.     "fade_fold_buttons": false,
  23.     "highlight_line": true,
  24.     "line_numbers": true,
  25.     "translate_tabs_to_spaces": true,
  26.     "rulers": [80],
  27.     "scroll_past_end": true,
  28.     "translate_tabs_to_spaces": true,
  29.     "trim_trailing_white_space_on_save": true,
  30.     "word_wrap": false,
  31.  
  32.     "ensure_newline_at_eof_on_save": true,
  33.     "highlight_modified_tabs": true,
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement