Created
October 14, 2021 17:32
-
-
Save valekask/804961dec83eaaee40ea60fad3e64688 to your computer and use it in GitHub Desktop.
1
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Package Control", | |
"Pretty JSON", | |
"Sync Settings", | |
], | |
} |
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
{ | |
"open_tasks_bullet": "-", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ] | |
"done_tasks_bullet": "+", // options: + | ✓ | ✔ | √ | [x] | |
"cancelled_tasks_bullet": "x", // options: x | ✘ | [-] | |
"color_scheme": "Packages/PlainTasks/tasks-dark.hidden-tmTheme", | |
} |
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
{ | |
"atomic_save": false, | |
"color_scheme": "Monokai.sublime-color-scheme", | |
"default_line_ending": "unix", | |
"draw_white_space": "selection", | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"open_files_in_new_window": false, | |
"spell_check": false, | |
"theme": "Default.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"update_check": false, | |
"access_token": "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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment