diff options
| author | Anton Bobov <anton@bobov.name> | 2023-08-23 17:59:12 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-08-23 18:01:15 +0500 |
| commit | 2658c72d2653888ddc58c59de8ac482bb766e6a9 (patch) | |
| tree | 157d652e5399e82295d40028588d40ad1bdb7880 | |
| parent | f69dff20b7d7eb5625a7b0adcad51b3c8d708508 (diff) | |
Add yamllint config
| -rw-r--r-- | files/.config/yamllint/config | 11 | ||||
| -rw-r--r-- | install.conf.yaml | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/files/.config/yamllint/config b/files/.config/yamllint/config new file mode 100644 index 0000000..8bdfb2c --- /dev/null +++ b/files/.config/yamllint/config @@ -0,0 +1,11 @@ +--- +extends: default + +rules: + line-length: disable + comments-indentation: disable + indentation: + spaces: consistent + indent-sequences: consistent + +# vim: ft=yaml : diff --git a/install.conf.yaml b/install.conf.yaml index e8f84ed..75f652f 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -50,6 +50,7 @@ ~/.config/pgcli: files/.config/pgcli ~/.config/beets: files/.config/beets ~/.config/mpv: files/.config/mpv + ~/.config/yamllint: files/.config/yamllint - shell: - [git submodule update --init --recursive, Installing submodules] |
