Force indent to 2 spaces

Based on http://www.espruino.com/Code+Style
pull/451/head
Tuukka Ikkala 2020-05-24 00:32:33 +03:00
parent 0a32e40b1a
commit c6fd71be03
73 changed files with 3124 additions and 3117 deletions

View File

@ -29,6 +29,13 @@
"ecmaVersion": 11
},
"rules": {
"indent": [
"error",
2,
{
"SwitchCase": 1
}
],
"no-case-declarations": "off",
"no-constant-condition": "off",
"no-delete-var": "off",