Last active
April 21, 2016 16:17
-
-
Save aapis/5460573 to your computer and use it in GitHub Desktop.
My Sublime Text 2 configuration files. Gisted because otherwise I will forget what it is.
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
Show hidden characters
[ | |
{ "keys": ["ctrl+shift+a"], "command": "prompt_add_folder" } | |
] |
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
{ | |
"bold_folder_labels": true, | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Theme - Aapis.Flatland/Flatland Monokai.tmTheme", | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"flatland_flat_tabs_light": true, | |
"flatland_light_sidebar": true, | |
"flatland_simple_folders": true, | |
"flatland_square_tabs": true, | |
"font_face": "DejaVu Sans Mono", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 12.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"show_full_path": true, | |
"tab_size": 4, | |
"theme": "Flatland Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment