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
I would like to see EditorConfig be used as a fallback for the default spacing when no format values are specified.
Advantages: keep indentation config in one place; no desync in config/execution; no need to pass arguments or override; ability to specify different values for different files/directories if needed for vendored third-party files; autoformat would use it by default
Disadvantages: requires parsing .editorconfig, a third-party format & would incur additional dependencies; minor endorsement of EditorConfig as a project since it would get special support
The text was updated successfully, but these errors were encountered:
I would like to see EditorConfig be used as a fallback for the default spacing when no format values are specified.
Advantages: keep indentation config in one place; no desync in config/execution; no need to pass arguments or override; ability to specify different values for different files/directories if needed for vendored third-party files;
autoformat
would use it by defaultDisadvantages: requires parsing
.editorconfig
, a third-party format & would incur additional dependencies; minor endorsement of EditorConfig as a project since it would get special supportThe text was updated successfully, but these errors were encountered: