diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-04 18:29:53 +0200 |
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-04 18:29:53 +0200 |
| commit | 262960fa223139eb5e02647e77af6bac13a17066 (patch) | |
| tree | b4663916c7c706e5b53ea93da9704e0d4757632e /packages.yaml | |
| parent | b2640b5b760e6fc68b8cc49d3c8bab6cdef4f889 (diff) | |
| download | vim-polyglot-262960fa223139eb5e02647e77af6bac13a17066.tar.gz vim-polyglot-262960fa223139eb5e02647e77af6bac13a17066.zip | |
Synchronize shiftwidth with tabstop by defaultv4.9.0
Diffstat (limited to 'packages.yaml')
| -rw-r--r-- | packages.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index 1ff3f0eb..ca5de3a3 100644 --- a/packages.yaml +++ b/packages.yaml @@ -179,7 +179,8 @@ filetypes: filenames: - apt.conf - '*/.aptitude/config' - - '*/etc/apt/apt.conf.d/{[-_[:alnum:]]\+,[-_.[:alnum:]]\+.conf}' + - '*/etc/apt/apt.conf.d/[^.]*' + - '*/etc/apt/apt.conf.d/*.conf' --- name: arch remote: vim/vim:runtime |
