projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e31e51
)
mention standard in coding style doc
author
Zeke Sikelianos
<zeke@sikelianos.com>
Thu, 24 Mar 2016 19:59:26 +0000
(12:59 -0700)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Thu, 31 Mar 2016 00:00:05 +0000
(17:00 -0700)
docs/development/coding-style.md
patch
|
blob
|
history
diff --git
a/docs/development/coding-style.md
b/docs/development/coding-style.md
index 5d70c24c9b0a7acae648a9ee6bf87d69d62a7939..422a4226df60b130d0d59119a349e4d76af1ea70 100644
(file)
--- a/
docs/development/coding-style.md
+++ b/
docs/development/coding-style.md
@@
-22,8
+22,7
@@
etc.
## JavaScript
-* Use a two space indent, no hard tabs.
-* End lines with a `;`
+* Write [standard](http://npm.im/standard) JavaScript style.
* Files should **NOT** end with new line, because we want to match Google's
styles.
* File names should be concatenated with `-` instead of `_`, e.g.