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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
This is the final reorder of the PRs around the next minor release fulfilling containing the following changes:
* Clicking in the statusbar-icon displays a notification, showing the currently applied config and helpful tips if something seems misconfigured (fixes#89)
* Added clickable statusbar-icon to reflect the state of atom-editorconfig for the currently displayed TextBuffer
* Editing `.editorconfig`-files from within Atom now reapplies the settings to all open editors (fixes#85)
* The `trim_trailing_whitespace`-property is now implemented (fixes#3)
* The `insert_final_newline`-property is now implemented (fixes#4)
* The `generate`-command now uses `config.get()` to fetch the defaults for `trim_trailing_whitespace` and `insert_final_newline` (fixes#94)
* The `tab_width`-property now falls back to `indent_size` if missing (fixes#91)
This PR takes the PRs #104 & #102 over.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As EditorConfig-Properties states:
Currently
tab_with
does not fall back toindent_size
.The text was updated successfully, but these errors were encountered: