Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "auto_close_tags": true,
  3. "auto_complete": false,
  4. "auto_complete_commit_on_tab": true,
  5. "binary_file_patterns":
  6. [
  7. "*.mp3",
  8. "*.jpg",
  9. "*.jpeg",
  10. "*.png",
  11. "*.gif",
  12. "*.ttf",
  13. "*.tga",
  14. "*.dds",
  15. "*.ico",
  16. "*.eot",
  17. "*.pdf"
  18. ],
  19. "bold_folder_labels": true,
  20. "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
  21. "drag_text": false,
  22. "ensure_newline_at_eof_on_save": true,
  23. "file_exclude_patterns":
  24. [
  25. ".gitkeep",
  26. ".keep",
  27. "*.pyc",
  28. "*.pyo",
  29. "*.exe",
  30. "*.dll",
  31. "*.obj",
  32. "*.o",
  33. "*.a",
  34. "*.lib",
  35. "*.so",
  36. "*.dylib",
  37. "*.ncb",
  38. "*.sdf",
  39. "*.suo",
  40. "*.pdb",
  41. "*.idb",
  42. ".DS_Store",
  43. "*.class",
  44. "*.psd",
  45. "*.db",
  46. "*.sqlite3",
  47. "*.spa",
  48. "*.spe",
  49. "*.log"
  50. ],
  51. "folder_exclude_patterns":
  52. [
  53. ".bundle",
  54. ".zeus.sock",
  55. ".git",
  56. "db/sphinx",
  57. "script",
  58. "*.xcodeproj"
  59. ],
  60. "font_size": 17,
  61. "highlight_line": true,
  62. "highlight_modified_tabs": true,
  63. "ignored_packages":
  64. [
  65. "Vintage"
  66. ],
  67. "indent_to_bracket": true,
  68. "scroll_past_end": true,
  69. "show_full_path": true,
  70. "tab_size": 2,
  71. "theme": "Default.sublime-theme",
  72. "translate_tabs_to_spaces": true,
  73. "trim_trailing_white_space_on_save": true
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement