From 564a7a4825460d6cfd0bcaa2f9e3b869a1fb1cf5 Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Fri, 22 Dec 2023 15:40:22 +0300 Subject: [PATCH] add: vscode settings --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..b3ad53f28 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "haskell.formattingProvider": "fourmolu" +} \ No newline at end of file