From 480e71f2b8329fdf7cc0338ce453172239231655 Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Tue, 17 May 2022 13:06:43 +0200 Subject: [PATCH] :memo: git add editorconfig make rule --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index b924ff5..00ff35b 100644 --- a/makefile +++ b/makefile @@ -37,3 +37,6 @@ setup_music: ln -s -f ~/dotfiles/.config/mpd/mpd.conf ~/.config/mpd/mpd.conf mkdir -p ~/.config/ncmpcpp/ ln -s -f ~/dotfiles/.config/ncmpcpp/config ~/.config/ncmpcpp/config + +setup_editorconfig: + ln -s -f ~/dotfiles/.editorconfig ~/.editorconfig