Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. /*{
  2. "file_exclude_patterns": не понял что это
  3. [
  4. "*.pyc",
  5. "*.pyo",
  6. "*.exe",
  7. "*.dll",
  8. "*.obj",
  9. "*.o",
  10. "*.a",
  11. "*.lib",
  12. "*.so",
  13. "*.dylib",
  14. "*.ncb",
  15. "*.sdf",
  16. "*.suo",
  17. "*.pdb",
  18. "*.idb",
  19. ".DS_Store",
  20. "*.class",
  21. "*.psd",
  22. "*.db",
  23. "*.sublime-workspace",
  24. "*.sublime-project"
  25. ],
  26. "folder_exclude_patterns":
  27. [
  28. ".svn",
  29. ".git",
  30. ".hg",
  31. "CVS",
  32. ".publish",
  33. "node_modules"
  34. ],
  35.  
  36. "ignored_packages":
  37. [
  38. "Vintage"
  39. ],
  40.  
  41. "save_on_focus_lost": true, Установите значение true, чтобы автоматически сохранять файлы при переключении на другой файл
  42. // или приложение
  43.  
  44. "shift_tab_unindent": true, не разобрался
  45.  
  46.  
  47. "update_check": false, хз что это
  48. }
  49. */
  50. {
  51. "always_show_minimap_viewport": true,
  52. "auto_complete": true,
  53. "bold_folder_labels": true,
  54. "color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme",
  55. "default_line_ending": "unix",
  56. "dictionary": "Packages/User/russian_english.dic",
  57. "draw_white_space": "all",
  58. "fold_buttons": false,
  59. "font_size": 13,
  60. "highlight_line": true,
  61. "indent_guide_options":
  62. [
  63. "draw_normal",
  64. "draw_active"
  65. ],
  66. "line_padding_bottom": 2,
  67. "line_padding_top": 2,
  68. "highlight_modified_tabs": true,
  69. "margin": 2,
  70. "material_theme_compact_sidebar": true,
  71. "material_theme_compact_panel": true,
  72. "material_theme_small_statusbar": true,
  73. "material_theme_small_tab": true,
  74. "spell_check": false, // пока отключил
  75. "show_definitions": false,
  76. "show_encoding": true,
  77. "tab_size": 2,
  78. "theme": "OneDarkMaterial.sublime-theme",
  79. "translate_tabs_to_spaces": true,
  80. "trim_trailing_white_space_on_save": true,
  81. "word_wrap": "true",
  82. "word_separators": "./\\()\"«»':,.;<>~!@#$%^&*|+=[]{}`~?_",
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement