Last active
January 1, 2016 22:19
-
-
Save jpatovh/8209399 to your computer and use it in GitHub Desktop.
Sublime Text preferences
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
{ | |
"theme": "Flatland Dark.sublime-theme", | |
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", | |
"flatland_sidebar_tree_small": true, | |
"font_size": 9, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
"shift_tab_unindent": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
// "rulers": [ | |
// 80 | |
// ], | |
"hot_exit": false, | |
"save_on_focus_lost": false, | |
"remember_open_files": true, | |
"open_files_in_new_window": false, | |
"enable_tab_scrolling": true, | |
"folder_exclude_patterns": [ | |
".svn", | |
".git", | |
"node_modules" | |
], | |
"ignored_packages": [ | |
"Vintage" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment