Skip to content

Instantly share code, notes, and snippets.

@thelfensdrfer
Last active September 27, 2018 10:59
Show Gist options
  • Save thelfensdrfer/ac5d17939a11a65d335b to your computer and use it in GitHub Desktop.
Save thelfensdrfer/ac5d17939a11a65d335b to your computer and use it in GitHub Desktop.
Sublime Text 3 Configs
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"BracketHighlighter",
"DocBlockr",
"Git",
"GitGutter",
"Grunt",
"Laravel Blade Highlighter",
"LESS",
"Package Control",
"SideBarEnhancements",
"SublimeCodeIntel",
"SublimeLinter",
"SublimeLinter-pep8",
"SyncedSideBar",
"Theme - Soda",
"TypeScript"
]
}
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"dpi_scale": 1.25,
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"soda_folder_icons": true,
"theme": "Soda Dark 3.sublime-theme",
"trim_trailing_white_space_on_save": true
}
@thelfensdrfer
Copy link
Author

@thelfensdrfer
Copy link
Author

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