noir-lang / vscode-noir

Apache License 2.0
6 stars 7 forks source link

chore: Remove format on save override #65

Closed Savio-Sou closed 7 months ago

Savio-Sou commented 7 months ago

Description

Problem*

https://github.com/noir-lang/vscode-noir/pull/55 added the default configuration:

"editor.formatOnSave":  true

Useful when users prefer auto-formatting.

Troublesome when users do not, as it overrides VS Code's global editor.formatOnSave setting (i.e. users cannot disable auto-formatting on Noir, even when the Format on Save option in VS Code's settings is unchecked).

Summary*

Remove the override.

PR Checklist*