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,
"proseWrap": "always",
"tabWidth": 2,
"semi": false,
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
}