如何在 EMACS 中缩进/自动格式化 HOCON?

And*_*nko 6 emacs indentation hocon autoformat

还没有找到缩进/自动格式化HOCON配置文件的方法。你这是怎么来的?

Bri*_*orn 1

我相当确定 HOCON 没有 Emacs 主要模式。但它看起来与 JavaScript 类似,因此您可以.hocon通过将其添加到您的.emacs

(add-to-list 'auto-mode-alist '("\\.hocon\\'" . javascript-mode))
Run Code Online (Sandbox Code Playgroud)