Guest User

Untitled

a guest
Apr 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. {
  2. "always_prompt_for_file_reload": true,
  3. "auto_complete_commit_on_tab": true,
  4. "auto_complete_selector": "source, text",
  5. "auto_complete_triggers":
  6. [
  7. {
  8. "characters": "<",
  9. "selector": "text.html"
  10. },
  11. {
  12. "characters": ".",
  13. "selector": "source.js"
  14. }
  15. ],
  16. "auto_complete_with_fields": true,
  17. "auto_find_in_selection": true,
  18. "bold_folder_labels": true,
  19. "caret_extra_bottom": 2,
  20. "caret_extra_top": 2,
  21. "caret_extra_width": 3,
  22. "caret_style": "phase",
  23. "color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme",
  24. "copy_with_empty_selection": false,
  25. "default_encoding": "UTF-8",
  26. "default_line_ending": "system",
  27. "drag_text": false,
  28. "draw_white_space": "all",
  29. "enable_tab_scrolling": true,
  30. "extra_file_exclude_patterns":
  31. [
  32. "*.pyc",
  33. "*.pyo",
  34. "*.exe",
  35. "*.dll",
  36. "*.obj",
  37. "*.o",
  38. "*.a",
  39. "*.lib",
  40. "*.so",
  41. "*.dylib",
  42. "*.ncb",
  43. "*.sdf",
  44. "*.suo",
  45. "*.pdb",
  46. "*.idb",
  47. ".DS_Store",
  48. "*.class",
  49. "*.psd",
  50. "*.db",
  51. "*.sublime-workspace"
  52. ],
  53. "extra_folder_exclude_patterns":
  54. [
  55. ".svn",
  56. ".git",
  57. ".hg",
  58. "CVS"
  59. ],
  60. "fade_fold_buttons": false,
  61. "find_selected_text": true,
  62. "flatland_sidebar_tree_large": true,
  63. "flatland_square_tabs": true,
  64. "fold_buttons": true,
  65. "font_face": "Hack",
  66. "font_options":
  67. [
  68. ],
  69. "font_size": 14,
  70. "highlight_line": true,
  71. "highlight_modified_tabs": true,
  72. "ignored_packages":
  73. [
  74. "Vintage"
  75. ],
  76. "indent_guide_options":
  77. [
  78. "draw_normal",
  79. "draw_active"
  80. ],
  81. "line_numbers": true,
  82. "line_padding_bottom": 2,
  83. "line_padding_top": 2,
  84. "open_files_in_new_window": true,
  85. "rulers":
  86. [
  87. 80
  88. ],
  89. "shift_tab_unindent": true,
  90. "show_encoding": true,
  91. "show_full_path": true,
  92. "show_line_endings": true,
  93. "show_panel_on_build": true,
  94. "show_tab_close_buttons": true,
  95. "smart_indent": true,
  96. "spacegray_fileicons": true,
  97. "spacegray_sidebar_font_large": true,
  98. "spacegray_sidebar_tree_large": true,
  99. "spacegray_tabs_auto_width": true,
  100. "spacegray_tabs_font_large": true,
  101. "spacegray_tabs_large": true,
  102. "tab_completion": true,
  103. "tab_size": 4,
  104. "theme": "Agila Dracula.sublime-theme",
  105. "theme_agila_camouflage": true,
  106. "theme_agila_sidebar_medium": true,
  107. "trim_trailing_white_space_on_save": true,
  108. "wide_caret": true
  109. }
Add Comment
Please, Sign In to add comment