You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a feature that allows editors to inject a Biome configuration to the Biome Language Server without affecting the configuration of the project.
6
+
7
+
If you have a Biome extension that is compatible with your preferred LSP-ready editor, you can map `inlineConfig`. The configuration will be merged with the configuration of the project (or the default configuration):
8
+
9
+
For example, with the Zed editor, you would have the following configuration, which will format all files using four spaces as indentation style:
0 commit comments