Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. //Preferences - Key Bindings:
  2. [
  3. { "keys": ["alt+shift+f"], "command": "reindent" },
  4. ]
  5.  
  6. //Preferences - Settings
  7. {
  8. "show_definitions": false,
  9. "auto_complete": false,
  10. "bold_folder_labels": true,
  11. "color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
  12. "fold_buttons": false,
  13. "font_size": 13,
  14. "highlight_line": true,
  15. "indent_guide_options":
  16. [
  17. "draw_normal",
  18. "draw_active"
  19. ],
  20. "line_padding_bottom": 2,
  21. "line_padding_top": 2,
  22. "margin": 2,
  23. "material_theme_compact_sidebar": true,
  24. "material_theme_compact_panel": true,
  25. "material_theme_small_statusbar": true,
  26. "material_theme_small_tab": true,
  27. "tab_size": 2,
  28. "theme": "OneDarkMaterial.sublime-theme",
  29. "word_wrap": "false",
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement