Skip to content

Instantly share code, notes, and snippets.

@follmann
Last active August 29, 2015 14:21
Show Gist options
  • Save follmann/42145849116019a8c357 to your computer and use it in GitHub Desktop.
Save follmann/42145849116019a8c357 to your computer and use it in GitHub Desktop.
Sublime Text - User Preferences
{
"color_scheme": "Packages/Theme - Nil/Big Duo.tmTheme",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"sidebar_folders": true,
"tab_size": 2,
"theme": "Nil.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"use_spaces": true
}
@follmann
Copy link
Author

To be used with the Nil Theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment