Created
April 30, 2019 18:12
-
-
Save briandfoy/e7c1c2d21983969d28a7833448bde16a to your computer and use it in GitHub Desktop.
My sublime settings
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
Show hidden characters
{ | |
"color_scheme": "Packages/User/brian.sublime-color-scheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Inconsolata Medium", | |
"font_size": 10, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"copy_with_empty_selection": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
4, | |
8, | |
12, | |
16, | |
20, | |
24, | |
28, | |
32, | |
36, | |
40, | |
44, | |
48, | |
52, | |
56, | |
60, | |
64, | |
68, | |
72 | |
], | |
"show_encoding": false, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment