parent
0698f217dd
commit
bcf0355a50
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue