aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2018-02-06 16:48:49 +0800
committerGitHub <noreply@github.com>2018-02-06 16:48:49 +0800
commitdea0cc06624898883c30a0d147b3146027ddc72e (patch)
tree50f20486b2a4b420924afd7a71441c62773080f8
parentd69d8007d6f9d3ee5a202b089ed6319cb33e69f9 (diff)
downloadtracifyjs-dea0cc06624898883c30a0d147b3146027ddc72e.tar.gz
tracifyjs-dea0cc06624898883c30a0d147b3146027ddc72e.zip
mention file encoding (#2887)
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dd281168..2d991a5f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,6 +18,7 @@ Tests that cannot be expressed as a simple AST can be found in `test/mocha`.
## Code style
+- File encoding must be `UTF-8`.
- `LF` is always used as a line ending.
- Statements end with semicolons.
- Indentation uses 4 spaces, switch `case` 2 spaces.