From fcb2237c01bcd2b7982bb844cea4cf9447f20d03 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 4 Nov 2021 12:26:18 +0300 Subject: efm: Tracking --- .config/efm-langserver/config.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/efm-langserver/config.yaml (limited to '.config') diff --git a/.config/efm-langserver/config.yaml b/.config/efm-langserver/config.yaml new file mode 100644 index 0000000..40031b0 --- /dev/null +++ b/.config/efm-langserver/config.yaml @@ -0,0 +1,19 @@ +version: 2 +root-markers: + - .git/ +lint-debounce: 1s +tools: + sh-shellcheck: &sh-shellcheck + lint-command: 'shellcheck -f gcc -x' + lint-source: 'shellcheck' + lint-formats: + - '%f:%l:%c: %trror: %m' + - '%f:%l:%c: %tarning: %m' + - '%f:%l:%c: %tote: %m' + sh-shfmt: &sh-shfmt + format-command: 'shfmt -ci -s -bn -i 4 -sr' + format-stdin: true +languages: + sh: + - <<: *sh-shellcheck + - <<: *sh-shfmt -- cgit v1.2.3-61-g4310