Last active
October 16, 2019 11:37
-
-
Save realsby/b5af690f1157a34e47abebeff2cbadf0 to your computer and use it in GitHub Desktop.
Sublime Ayarlarim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"All Autocomplete", | |
"Anaconda", | |
"ApplySyntax", | |
"BracketHighlighter", | |
"Color Highlighter", | |
"Djaneiro", | |
"GitGutter", | |
"Markdown Extended", | |
"Package Control", | |
"Python Breakpoints", | |
"requirementstxt", | |
"SideBarEnhancements", | |
"SublimeLinter-json", | |
"Terraform", | |
"Theme - Cobalt2" | |
] | |
} | |
Preferences -> Settings: | |
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 2, | |
"caret_extra_top": 2, | |
"caret_extra_width": 3, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".tox", | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 13, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"open_files_in_new_window": false, | |
"overlay_scroll_bars": "enabled", | |
"sidebar_medium": true, | |
"theme": "Cobalt2.sublime-theme", | |
"wide_caret": true | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment