1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Sort config alphabetically

This commit is contained in:
Deven Caron
2023-02-01 09:12:48 -05:00
parent ecf60ee507
commit 3fa1de473c

View File

@@ -1,7 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"semi": false
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}