-
Notifications
You must be signed in to change notification settings - Fork 5
Style Guide
Aaron Hammer edited this page Feb 8, 2019
·
3 revisions
I personally use atom-beautify (which includes preinstalled eslint, prettier, and others) but use any code prettier and input theses settings
- Brace style: end-expand
- End with new line
- Indent char: tab
- Indent size: 4
- Max preserve newlines: 2
- Object curly spacing
- Preserve newlines
- Space after anon function
- Space before conditional