damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

commit 1a1a38ddf282d60588083b83736d7292a2c59ec0
parent 2e568e4b44314c48c11e9982748351f40ba5bb6c
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 12 Nov 2022 12:45:58 -0800

web: update style guide

we use tabs not spaces

Diffstat:
Mweb/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/README.md b/web/README.md @@ -14,7 +14,7 @@ before making changes and supplying patch notes. question, ask it. 3. Do not include your personal tools in the source code. Use your own scripts outside of the project. This does not include build tools such as Make. -4. Spaces, no tabs. +4. We use a non-standard js style: tabs and snake_case for variables and functions. Sorry. 5. Do not include binary files. 6. No NPM (and kin) environments. If you need a file from an external resource mark the location in the "sources" file and add it to the repo.