Stop creating clang-format

This commit is contained in:
Anthony Rose 2024-09-17 21:43:31 +01:00
parent a987394a30
commit 0698f217dd

View file

@ -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