Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. {
  2. "bold_folder_labels": true,
  3. "caret_style": "phase",
  4. "color_scheme": "Packages/ayu/ayu-dark.tmTheme",
  5. "ensure_newline_at_eof_on_save": true,
  6. "file_exclude_patterns":
  7. [
  8. "# Temporary files #",
  9. ".DS_Store",
  10. ".Spotlight-V100",
  11. ".Trashes",
  12. "ehthumbs.db",
  13. "desktop.ini",
  14. "Thumbs.db",
  15. "~*",
  16. "*~",
  17. ".~lock.*",
  18. "*.part",
  19. "*.crdownload",
  20. "@eaDir",
  21. "@SynoResource",
  22. ".@__thumb",
  23. "._*",
  24. "*.pid",
  25. "*.pyc",
  26. "*.sublime*",
  27. "*.user*"
  28. ],
  29. "find_selected_text": true,
  30. "folder_exclude_patterns":
  31. [
  32. ".git",
  33. "__pycache__",
  34. "env",
  35. "env3"
  36. ],
  37. "font_face": "Fira Code Retina",
  38. "font_options":
  39. [
  40. "gray_antialias"
  41. ],
  42. "font_size": 13,
  43. "highlight_line": true,
  44. "highlight_modified_tabs": true,
  45. "ignored_packages":
  46. [
  47. "Rust",
  48. "Vintage"
  49. ],
  50. "indent_guide_options":
  51. [
  52. "draw_active"
  53. ],
  54. "line_padding_bottom": 3,
  55. "line_padding_top": 3,
  56. "margin": 0,
  57. "rulers":
  58. [
  59. 79
  60. ],
  61. "show_encoding": true,
  62. "show_errors_inline": false,
  63. "show_full_path": true,
  64. "tab_size": 4,
  65. "theme": "ayu-dark.sublime-theme",
  66. "theme_font_options":
  67. [
  68. "gray_antialias"
  69. ],
  70. "translate_tabs_to_spaces": true,
  71. "trim_trailing_white_space_on_save": true
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement