Guest User

Untitled

a guest
Oct 16th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. //Настройки sublime Text 3
  2. {
  3. "show_definitions": false,
  4. "auto_complete": true,
  5. "bold_folder_labels": true,
  6. "color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
  7. "fold_buttons": true,
  8. "font_size": 13,
  9. "highlight_line": true,
  10. "indent_guide_options":
  11. [
  12. "draw_normal",
  13. "draw_active"
  14. ],
  15. "line_padding_bottom": 2,
  16. "line_padding_top": 2,
  17. "margin": 2,
  18. "material_theme_compact_sidebar": true,
  19. "material_theme_compact_panel": true,
  20. "material_theme_small_statusbar": true,
  21. "material_theme_small_tab": true,
  22. "tab_size": 2,
  23. "theme": "OneDarkMaterial.sublime-theme",
  24. "word_wrap": "false",
  25. }
Add Comment
Please, Sign In to add comment