目次
ocp-indentとは
emacsとvimのためのOCamlのインデントツールです。
ocp-indentのインストール
# apt install ocp-indent
ocp-indentの設定
.emacsに
(load-file "/usr/share/emacs/site-lisp/ocp-indent.el")
と書きます。
設定ファイルは’~/.ocp/ocp-indent.conf’に置きます。
設定ファイルの定義を上書きしたい場合は、現在のディレクトリに’.ocp-indent’ファイルを置きます。
また、コマンドラインオプションは設定ファイルの値を上書きします。