style: format with tabs
This commit is contained in:
7
sdk/nodejs/.oxfmtrc.json
generated
Normal file
7
sdk/nodejs/.oxfmtrc.json
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||||
// Use 80 if migrating from Prettier; 100 is the Oxfmt default!
|
||||
"printWidth": 100,
|
||||
"useTabs": true,
|
||||
"tabWidth": 4
|
||||
}
|
||||
Reference in New Issue
Block a user