Theia - Editorconfig Extension
npm install @devpodio/editorconfigThe extension provides supporting for Editorconfig in Theia.
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
Below is an example .editorconfig file setting end-of-line and indentation styles for JavaScript and JSON files.
``initop-most EditorConfig file
root = true
Check http://EditorConfig.org for more details.