mirror of
https://github.com/meshtastic/web.git
synced 2026-07-31 15:06:27 -04:00
Ran pnpm oxfmt . This should get the web repo aligned so that we can better enforce oxfmt going forward.
8 lines
197 B
JSON
8 lines
197 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxfmt/configuration_schema.json",
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"ignorePatterns": ["*.md"]
|
|
}
|