Created
June 10, 2017 02:17
-
-
Save crystrk/073b141c62cf0198eb933e24922b249f to your computer and use it in GitHub Desktop.
config sublime
This file contains hidden or 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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_size": 10, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"translate_tabs_to_spaces": true, | |
"tab_size": 4, | |
"indent_to_bracket": true, | |
"detect_indentation": false, | |
"indent_guide_options": ["draw_active"], | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
// "draw_white_space": "all", | |
"update_check": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment