Update some metas stuff

This commit is contained in:
Maxime Thirouin
2014-10-14 07:29:16 +02:00
parent 0a14fd9e70
commit 743196fe7e
8 changed files with 42 additions and 326 deletions

View File

@@ -49,41 +49,6 @@
, "<"
, "<="
]
, "disallowLeftStickedOperators": [
"?"
, "+"
, "-"
, "/"
, "*"
, "="
, "=="
, "==="
, "!="
, "!=="
, ">"
, ">="
, "<"
, "<="
]
, "requireRightStickedOperators": [
"!"
]
, "disallowRightStickedOperators": [
"?"
, "+"
, "/"
, "*"
, ":"
, "="
, "=="
, "==="
, "!="
, "!=="
, ">"
, ">="
, "<"
, "<="
]
, "disallowSpaceAfterPrefixUnaryOperators": [
"++"
, "--"