Skip to content

Files

Latest commit

 

History

History
23 lines (18 loc) · 1.69 KB

CODE_STYLE.md

File metadata and controls

23 lines (18 loc) · 1.69 KB

FastForward

Don't waste your time with compliance. FastForward automatically skips annoying link shorteners.

Discord

Get FastForward on Chromium based browsers Get FastForward on Microsoft Edge Get FastForward for Firefox

Code Style

  • Built-in formatter for JS files
    • (VSCode: Shift + Alt + F)
    • (WebStorm: Ctrl + Alt + L)
  • 4 spaces for indentation
  • Unix EOL (LF)
  • Newline at end of file: stackoverflow.com/a/44704969