add frio formatting file

This commit is contained in:
Extarys 2021-01-21 18:16:22 -05:00
commit 5167c2dc14
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}