From 0698f217dd85051f5c1f3d160395a25a1173d10a Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 17 Sep 2024 21:43:31 +0100 Subject: [PATCH] Stop creating clang-format --- roles/home-cli/tasks/dotfiles.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/home-cli/tasks/dotfiles.yml b/roles/home-cli/tasks/dotfiles.yml index d71cf0a..5240a27 100644 --- a/roles/home-cli/tasks/dotfiles.yml +++ b/roles/home-cli/tasks/dotfiles.yml @@ -45,10 +45,6 @@ ansible.builtin.copy: src: editorconfig dest: "{{ ansible_env.XDG_CONFIG_HOME }}/editorconfig" -- name: Create $HOME/.clang-format - ansible.builtin.copy: - src: clang-format - dest: "{{ ansible_env.HOME }}/.clang-format" - name: Create $HOME/.editorconfig ansible.builtin.copy: src: editorconfig