Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. {
  2. "auto_complete_commit_on_tab": true,
  3. "auto_indent": true,
  4. "bold_folder_labels": true,
  5. "caret_extra_bottom": 2,
  6. "caret_extra_top": 2,
  7. "caret_extra_width": 1,
  8. "caret_style": "phase",
  9. "color_scheme": "Packages/User/Afterglow (SublimePythonIDE).tmTheme",
  10. "draw_minimap_border": true,
  11. "enable_tab_scrolling": false,
  12. "fallback_encoding": "Cyrillic (Windows 1251)",
  13. "findreplace_small": true,
  14. "flatland_square_tabs": true,
  15. "font_options":
  16. [
  17. "no_round"
  18. ],
  19. "font_size": 12,
  20. "highlight_line": true,
  21. "highlight_modified_tabs": true,
  22. "hot_exit": false,
  23. "ignored_packages":
  24. [
  25. "Python",
  26. "Vintage"
  27. ],
  28. "indent_guide_options":
  29. [
  30. "draw_normal",
  31. "draw_active"
  32. ],
  33. "line_padding_bottom": 1,
  34. "line_padding_top": 1,
  35. "match_brackets": true,
  36. "match_brackets_angle": true,
  37. "match_brackets_braces": true,
  38. "match_brackets_content": true,
  39. "match_brackets_square": true,
  40. "match_selection": true,
  41. "remember_open_files": false,
  42. "save_on_focus_lost": false,
  43. "scroll_past_end": true,
  44. "scroll_speed": 2,
  45. "show_encoding": true,
  46. "show_full_path": false,
  47. "sidebar_font_big": true,
  48. "sidebar_large": true,
  49. "sidebar_medium": true,
  50. "sidebar_xlarge": true,
  51. "tab_size": 2,
  52. "tabs_small": true,
  53. "theme": "Afterglow.sublime-theme",
  54. "wide_caret": true,
  55. "word_wrap": false
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement