add ocamlformat
This commit is contained in:
parent
325e22928d
commit
3b937a7390
3 changed files with 3 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -369,6 +369,7 @@ then
|
||||||
echo | opam init
|
echo | opam init
|
||||||
yes | opam init
|
yes | opam init
|
||||||
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
|
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
|
||||||
|
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||||
|
|
||||||
# === Clang ==
|
# === Clang ==
|
||||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
||||||
|
|
|
@ -198,6 +198,7 @@ then
|
||||||
echo | opam init
|
echo | opam init
|
||||||
yes | opam init
|
yes | opam init
|
||||||
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
|
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
|
||||||
|
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||||
|
|
||||||
# === Clang ==
|
# === Clang ==
|
||||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
||||||
|
|
1
dotfiles/.ocamlformat
Normal file
1
dotfiles/.ocamlformat
Normal file
|
@ -0,0 +1 @@
|
||||||
|
profile = janestreet
|
Loading…
Reference in a new issue