Trailing Spaces Removed From Markdown Files On Save
August 5, 2019 at 7:42pmTrailing Spaces Removed From Markdown Files On Save
August 5, 2019 at 7:42pmWhen using the full docker (theiaide/theia-full:next), saving a markdown file removes trailing spaces at the end of lines. Is this a bug or is there some configuration for this behavior?
August 6, 2019 at 7:31am
It is probably cause by editor config extension. You can to build a custom image and remove this extension.
or provide editorconfig file which disable this behaviour: https://editorconfig.org/
if nothing helps please file an issue