Skip to content

Instantly share code, notes, and snippets.

@ltdev22
Created February 17, 2021 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ltdev22/e97b252d774109ef56381147fbf877b1 to your computer and use it in GitHub Desktop.
Save ltdev22/e97b252d774109ef56381147fbf877b1 to your computer and use it in GitHub Desktop.
Preferred settings for Sublime Text to make the code more easy to read
{
"highlight_line": true,
"line_padding_top": 10,
"line_padding_bottom": 10,
"tab_size": 4,
"translate_tabs_to_spaces": true
}
@ltdev22
Copy link
Author

ltdev22 commented Feb 17, 2021

On Sublime cmd+, to go to Settings > paste it in the User settings (right column)

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