CLI:
Version: 1.5.3
Color support: true
Platform:
CPU Architecture: x86_64
OS: linux
Environment:
BIOME_LOG_DIR: unset
NO_COLOR: unset
TERM: "xterm-256color"
JS_RUNTIME_VERSION: "v20.11.0"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "bun/1.0.26"
Biome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: false
VCS disabled: true
Workspace:
Open Documents: 0
What happened?
The following package.json doesn't get formatted to 1 tab when I run biome check --apply package.json nor in my lint-staged. However it does get formatted when I manually save using VSCode.
Environment information
What happened?
The following package.json doesn't get formatted to 1 tab when I run
biome check --apply package.json
nor in my lint-staged. However it does get formatted when I manually save using VSCode.Expected result
It should get formatted automatically with my Githooks (and using commands).
Code of Conduct