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
The current Importer behaviour is to use the original indentation with YAML, but it may be better to use indent: align option as the default. This would be more intuitive, and most of the use cases are likely to be making comments indented as much as one would need.
If we were to make this as a default, we would need to support additional option to keep the indent as is, though.
The text was updated successfully, but these errors were encountered:
🗺 Areas
Commands (e.g. importer update, etc.)
🔖 Version
v0.0.1-rc15
🔎 Details
The current Importer behaviour is to use the original indentation with YAML, but it may be better to use
indent: align
option as the default. This would be more intuitive, and most of the use cases are likely to be making comments indented as much as one would need.If we were to make this as a default, we would need to support additional option to keep the indent as is, though.
The text was updated successfully, but these errors were encountered: