Last active
December 28, 2015 18:49
-
-
Save JanDintel/7545743 to your computer and use it in GitHub Desktop.
Sublime 3 User 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
Show hidden characters
{ | |
"auto_complete_commit_on_tab": false, | |
"theme": "itg.flat.dark.sublime-theme", | |
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme", | |
"itg_small_tabs": true, | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"scroll_past_end": true, | |
"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