Skip to content

Instantly share code, notes, and snippets.

@mohammadhb
Created May 2, 2023 13:23
Show Gist options
  • Save mohammadhb/84e18b61358b7aca8796abdc1a98892e to your computer and use it in GitHub Desktop.
Save mohammadhb/84e18b61358b7aca8796abdc1a98892e to your computer and use it in GitHub Desktop.
Clean Code Rules
{
// Most code lines should be 40~80 column long after 150 col is not acceptable.
// And the reader have to scroll to the right
"editor.rulers": [
40,
80,
150
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment