Created
February 13, 2017 08:43
-
-
Save pankajpatel/a23fbcd152bd0eac87cdba218b93b86f to your computer and use it in GitHub Desktop.
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
"default_encoding": "UTF-8", | |
"default_line_ending": "unix", | |
"detect_indentation": false, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"Desktop.ini", | |
"*.pyc", | |
"._*", | |
"Thumbs.db", | |
".Spotlight-V100", | |
".Trashes" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"node_modules" | |
], | |
"font_face": "Monaco", | |
"font_size": 13, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 4, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
80 | |
], | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": false, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment