mention file encoding (#2887)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 6 Feb 2018 08:48:49 +0000 (16:48 +0800)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2018 08:48:49 +0000 (16:48 +0800)
CONTRIBUTING.md

index dd28116..2d991a5 100644 (file)
@@ -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.