Guest User

Untitled

a guest
Oct 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2. "bold_folder_labels": true,
  3. "color_scheme": "Packages/User/SublimeLinter/Monokai Low-Profile Gray (SL).tmTheme",
  4. "dictionary": "Packages/Language - English/en_US.dic",
  5. "ensure_newline_at_eof_on_save": true,
  6. "fade_fold_buttons": false,
  7. "folder_exclude_patterns":
  8. [
  9. ".svn",
  10. ".git",
  11. ".hg",
  12. "CVS",
  13. ".sass-cache",
  14. "tmp"
  15. ],
  16. "font_size": 18.0,
  17. "highlight_line": true,
  18. "highlight_modified_tabs": true,
  19. "ignored_packages":
  20. [
  21. "LESS",
  22. "Sass",
  23. "sublime-github",
  24. "Syntax Highlighting for Sass"
  25. ],
  26. "indent_guide_options":
  27. [
  28. "draw_normal",
  29. "draw_active"
  30. ],
  31. "save_on_focus_lost": true,
  32. "spell_check": true,
  33. "tab_size": 2,
  34. "theme": "amCoder Gray.sublime-theme",
  35. "translate_tabs_to_spaces": true,
  36. "trim_trailing_white_space_on_save": true,
  37. "use_simple_full_screen": true,
  38. "word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?"
  39. }
Add Comment
Please, Sign In to add comment