lassik / emacs-format-all-the-code

Auto-format source code in many languages with one command
https://melpa.org/#/format-all
MIT License
623 stars 108 forks source link

Cross-editor/language/OS unification efforts #4

Open lassik opened 6 years ago

lassik commented 6 years ago

Unibeautify

Language Server Protocol from Microsoft but adopted by open source community

LSP provides Document Formatting Request, "sent from the client to the server to format a whole document".

The Unibeautify folks want to integrate with LSP: https://github.com/Unibeautify/unibeautify/issues/61

EditorConfig

lassik commented 6 years ago

Universal parsing framework (i.e. one unified library that parses every language):