Force semi-colon use

This commit is contained in:
dannyrb 2019-05-29 08:37:35 -04:00
parent 6b8d1a695b
commit 433bb219b0

View File

@ -3,7 +3,7 @@
"printWidth": 80, "printWidth": 80,
"proseWrap": "always", "proseWrap": "always",
"tabWidth": 2, "tabWidth": 2,
"semi": false, "semi": true,
"singleQuote": true, "singleQuote": true,
"endOfLine": "lf" "endOfLine": "lf"
} }