Last active
December 12, 2015 07:38
-
-
Save EpokK/4737679 to your computer and use it in GitHub Desktop.
Ma configuration Sublime Text 3 Pro
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
{ | |
"caret_style": "phase", | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme", | |
"default_encoding": "Western (ISO 8859-1)", | |
"detect_slow_plugins": false, | |
"draw_minimap_border": true, | |
"fallback_encoding": "Western (ISO 8859-1)", | |
"font_face": "Source Code Pro", | |
"font_size": 16, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"margin": 0, | |
"theme": "Flatland Dark.sublime-theme", | |
"flatland_square_tabs": true, | |
"flatland_sidebar_tree_xsmall" : true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment