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
Right now, the only way to configure the indentation is through the compile-time languages.toml file (which can be considered a regression from #448). We have always intended to also load a configuration file from XDG_CONFIG/topiary/languages.toml, but no issue existed. This issue serves as that.
The text was updated successfully, but these errors were encountered:
What about looking at $PWD/.topiary/languages or similar if a project wants different indentation from the “defaults”? While noted as maybe not the route this project wants to go, reading from the $PWD/.editorconfigcould be an option as well to not have conflicting values.
$PWD/.topiary/languages is a good idea. The .editorconfig is something we might consider in the future if we have capacity to maintain a second configuration specification.
Proposed as a solution to #504
Right now, the only way to configure the indentation is through the compile-time languages.toml file (which can be considered a regression from #448). We have always intended to also load a configuration file from
XDG_CONFIG/topiary/languages.toml
, but no issue existed. This issue serves as that.The text was updated successfully, but these errors were encountered: