Last active
July 21, 2016 00:20
-
-
Save KoRMaK/9ade1190e7ae4b05e2613999d060236f to your computer and use it in GitHub Desktop.
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
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
| "file_exclude_patterns": | |
| [ | |
| "*.log" | |
| ], | |
| "font_size": 10, | |
| "tab_size": 2, | |
| "word_wrap": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment