Stop creating clang-format
This commit is contained in:
parent
a987394a30
commit
0698f217dd
1 changed files with 0 additions and 4 deletions
|
@ -45,10 +45,6 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: editorconfig
|
src: editorconfig
|
||||||
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/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
|
- name: Create $HOME/.editorconfig
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: editorconfig
|
src: editorconfig
|
||||||
|
|
Loading…
Reference in a new issue