Preferences.sublime-settings 246 B

123456789101112131415
  1. {
  2. "binary_file_patterns":
  3. [
  4. "node_modules/"
  5. ],
  6. "color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
  7. "font_face": "M+ 2m",
  8. "font_size": 12,
  9. "ignored_packages":
  10. [
  11. "Vintage"
  12. ],
  13. "line_padding_bottom": 1,
  14. "line_padding_top": 1
  15. }