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
Now my languages.toml file looks something like this:
[[language]]
name = "rust"auto-format = falseindent = { tab-width = 4, unit = "" }
[[language]]
name = "typescript"auto-format = falseindent = { tab-width = 4, unit = "" }
[[language]]
name = "json"auto-format = falseindent = { tab-width = 4, unit = "" }
# ...
But I want to set the default value for auto-format and indent for all langs.
Maybe it will look something like this:
[[language]]
name = "*"auto-format = falseindent = { tab-width = 4, unit = "" }
[[language]]
name = "rust"auto-format = true# And maybe override some values in the future...# ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Now my
languages.toml
file looks something like this:But I want to set the default value for
auto-format
andindent
for all langs.Maybe it will look something like this:
How can I do this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions