Created
March 14, 2025 14:30
-
-
Save sander3/78f20309592c8512395dcf8158336126 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
// Settings in here override those in "Default/Preferences.sublime-settings", | |
// and are overridden in turn by syntax-specific settings. | |
{ | |
"rulers": [80, 120], | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": "all", | |
"trim_only_modified_white_space": false, | |
"ensure_newline_at_eof_on_save": true, | |
"bold_folder_labels": true, | |
"show_git_status": false, | |
"index_exclude_patterns": ["*.log", "*.cache", "storage/*"], | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".Trash", ".Trash-*", "node_modules", ".cache"], | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"font_size": 12, | |
"find_in_files_max_result_size": 67108864, | |
"index_files": true, | |
"theme": "Default.sublime-theme", | |
"color_scheme": "Mariana.sublime-color-scheme", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment