Compare commits

...

2 Commits

Author SHA1 Message Date
exu
a62833a4d9 Reformat playbook 2024-10-13 15:40:58 +02:00
exu
49a93ce9dd Fix yaml indentation config 2024-10-13 15:40:51 +02:00
2 changed files with 187 additions and 187 deletions

View File

@ -134,5 +134,6 @@
:desc "Sort lines" :desc "Sort lines"
"s" 'sort-lines)) "s" 'sort-lines))
(after! yaml-mode ;; set yaml indentation
(setq yaml-indent 2)) (setq-hook! 'yaml-mode-hook yaml-indent 2)
(setq-hook! 'yaml-mode-hook yaml-indent-offset 2)

View File

@ -45,7 +45,6 @@
#- libdvdnav #- libdvdnav
#- libdvdread #- libdvdread
#- libsecret #- libsecret
#- phonon-qt5-gstreamer
#- seahorse #- seahorse
- aardvark-dns # containers - aardvark-dns # containers
- ansible # iac - ansible # iac