Skip to content

Instantly share code, notes, and snippets.

@afaquejam
Last active August 18, 2019 15:45
Show Gist options
  • Save afaquejam/97b846d0244ca16f1bc2 to your computer and use it in GitHub Desktop.
Save afaquejam/97b846d0244ca16f1bc2 to your computer and use it in GitHub Desktop.
Sublime Text Editor Config
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"draw_white_space": "all",
"font_size": 12,
"ignored_packages":
[
],
"open_files_in_new_window": true,
"rulers":
[
80,
120
],
"show_minimap": false,
"translate_tabs_to_spaces": true,
}
####### Installing Package manager #####
# Follow instructions here: https://packagecontrol.io/installation
# If the websites, not found, bad luck. Use a search engine to find way.
# Search for {ackage: Ctrl + shift + P
# Select for: Install package
# Search for package.
# Have fun.
# Exercise: Install trailing whitespaces.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment