diff --git a/roles/home-cli/tasks/dotfiles.yml b/roles/home-cli/tasks/dotfiles.yml index 5240a27..d71cf0a 100644 --- a/roles/home-cli/tasks/dotfiles.yml +++ b/roles/home-cli/tasks/dotfiles.yml @@ -45,6 +45,10 @@ 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