Created
October 23, 2014 19:16
-
-
Save tawashley/928e2caa1dbb7cbac5a0 to your computer and use it in GitHub Desktop.
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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"*.pid", | |
"*.pyc" | |
], | |
"flatland_square_tabs": true, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"__pycache__", | |
"env", | |
"env3" | |
], | |
"font_size": 12, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
72, | |
79 | |
], | |
"shift_tab_unindent": true, | |
"theme": "Flatland Dark.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true, | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment