Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Formatter produces different output on 2nd run #4383

Open
1 task done
xxzefgh opened this issue Oct 25, 2024 · 1 comment
Open
1 task done

📝 Formatter produces different output on 2nd run #4383

xxzefgh opened this issue Oct 25, 2024 · 1 comment
Labels
S-Needs triage Status: this issue needs to be triaged

Comments

@xxzefgh
Copy link

xxzefgh commented Oct 25, 2024

Environment information

CLI:
  Version:                      1.9.3
  Color support:                true

Platform:
  CPU Architecture:             x86_64
  OS:                           linux

Environment:
  BIOME_LOG_PATH:               unset
  BIOME_LOG_PREFIX_NAME:        unset
  BIOME_CONFIG_PATH:            unset
  NO_COLOR:                     unset
  TERM:                         "xterm-256color"
  JS_RUNTIME_VERSION:           "v20.18.0"
  JS_RUNTIME_NAME:              "node"
  NODE_PACKAGE_MANAGER:         "pnpm/9.12.1"

Biome Configuration:
  Status:                       Loaded successfully
  Formatter disabled:           false
  Linter disabled:              false
  Organize imports disabled:    false
  VCS disabled:                 true

Formatter:
  Format with errors:           false
  Indent style:                 Tab
  Indent width:                 2
  Line ending:                  Lf
  Line width:                   120
  Attribute position:           Auto
  Bracket spacing:              BracketSpacing(true)
  Ignore:                       []
  Include:                      []

JavaScript Formatter:
  Enabled:                      true
  JSX quote style:              Double
  Quote properties:             AsNeeded
  Trailing commas:              All
  Semicolons:                   Always
  Arrow parentheses:            Always
  Bracket spacing:              unset
  Bracket same line:            false
  Quote style:                  Double
  Indent style:                 unset
  Indent width:                 unset
  Line ending:                  unset
  Line width:                   unset
  Attribute position:           unset

JSON Formatter:
  Enabled:                      true
  Indent style:                 unset
  Indent width:                 unset
  Line ending:                  unset
  Line width:                   unset
  Trailing Commas:              unset

CSS Formatter:
  Enabled:                      true
  Indent style:                 unset
  Indent width:                 unset
  Line ending:                  unset
  Line width:                   unset
  Quote style:                  Double

GraphQL Formatter:
  Enabled:                      false
  Indent style:                 unset
  Indent width:                 unset
  Line ending:                  unset
  Line width:                   unset
  Bracket spacing:              unset
  Quote style:                  unset

Workspace:
  Open Documents:               0

Configuration

{
	"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
	"organizeImports": {
		"enabled": true
	},
	"files": {
		"ignore": ["types", ".vscode", "dist", "node_modules", "./package.json"]
	},
	"formatter": {
		"enabled": true,
		"lineWidth": 120,
		"indentStyle": "tab",
		"lineEnding": "lf"
	},
	"linter": {
		"enabled": true
	}
}

Playground link

https://biomejs.dev/playground/?lineWidth=120&code=aQBtAHAAbwByAHQAIAB7AGkAbgB0AGUAZwBlAHIALAAgAHAAZwBUAGEAYgBsAGUAfQAgAGYAcgBvAG0AIAAiAGQAcgBpAHoAegBsAGUALQBvAHIAbQAvAHAAZwAtAGMAbwByAGUAIgA7AAoACgBjAG8AbgBzAHQAIABlAHgAYQBtAHAAbABlACAAPQAgAHAAZwBUAGEAYgBsAGUAKAAiAGUAeABhAG0AcABsAGUAIgAsACAAewAKAAkAaQBkADoAIABpAG4AdABlAGcAZQByACgAKQAuAHAAcgBpAG0AYQByAHkASwBlAHkAKAApAC4AZwBlAG4AZQByAGEAdABlAGQAQgB5AEQAZQBmAGEAdQBsAHQAQQBzAEkAZABlAG4AdABpAHQAeQAoAHsAIABuAGEAbQBlADoAIAAiAGUAeABhAG0AcABsAGUAXwBpAGQAXwBzAGUAcQAiACwAIABzAHQAYQByAHQAVwBpAHQAaAA6ACAAMQAsACAAaQBuAGMAcgBlAG0AZQBuAHQAOgAgADEALAAgAG0AaQBuAFYAYQBsAHUAZQA6ACAAMQAsACAAbQBhAHgAVgBhAGwAdQBlADoAIAAyADEANAA3ADQAOAAzADYANAA3ACwAIABjAGEAYwBoAGUAOgAgADEAIAB9ACkACgB9ACkAOwAKAA%3D%3D

Code of Conduct

  • I agree to follow Biome's Code of Conduct
@xxzefgh xxzefgh added the S-Needs triage Status: this issue needs to be triaged label Oct 25, 2024
@xxzefgh xxzefgh changed the title 📝 <TITLE> Formatter produces different output on 2nd run 📝 Formatter produces different output on 2nd run Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Needs triage Status: this issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant