- Fix "Generate .editorconfig" to specify
indent_size
instead of (invalid)tab_size
#195
.
- Fix multi-root warning
#192
.
- Provide fallback for workspace root directory when creating config file
#188
.
- Support multi-root workspaces
#174
.
- Update EditorConfig dependency.
- Support
unset
value.
- Rollback
#166
until we can ensure final newlines are not removed by default.
- Remove final newlines when
insert_final_newline = false
#166
.
- Fix
document
ofundefined
error.
- Fix workspace issue on Linux
#145
.
- Improve/simplify output channel messaging.
- Fix issue 135: extension does not load on Linux systems, due to case sensitivity.
- Improve output channel messaging.
- Use default language extension for untitled documents.
- Assume new/untitled docs are @ root path.
- Restore non-native trailing whitespace trims on inactive editor documents (save all).
- Use native
editor.action.trimTrailingWhitespace
.
- Use new
TextEdit.setEndOfLine
API. - Preserve selections on file save.
- Demote warning message to output channel.
- Save/restore selections (cursors) during file save.
- Set EOL just before file save.
- Automatically display property values when editing
.editorconfig
(#109). - Add recommended extensions (#110).
- Feature: Support
.editorconfig
auto-complete (#99).
- [Use
onWillSaveTextDocument
]editorconfig#80, fixes#76
and#79
(thanks@SamVerschueren
)!
- Compile project before publish.
- Take
detectIndentation
into account, fixes#51
and#52
(thanks@SamVerschueren
)!
- Fix
indent_size
(thanks@jedmao
)!
- Support
end_of_line
(thanks@jedmao
)!
- Fix applying transformations to .editorconfig itself (thanks
@SamVerschueren
)! - Fix marketplace icon (thanks
@SamVerschueren
)!
- Fix defaults (thanks
@SamVerschueren
)!
- Support
trim_trailing_whitespace
(thanks@torarvid
)! - Fix text editor defaults (thanks
@SamVerschueren
)! - Fix multiple execution times (thanks
@SamVerschueren
)!
- Forked from
Microsoft/vscode-editorconfig
.