diff options
author | Karel Kočí <cynerd@email.cz> | 2022-09-29 09:57:27 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-09-29 09:57:27 +0200 |
commit | 53dc0bfc656c5e31836a2d67f93179f28a10aedd (patch) | |
tree | 6b48973747c40a3abab9ee7bcbc4790c5f4f0c64 /vim/filetype.vim | |
parent | 217fa9d53c5eac5cf63043aab7b3b97037796cb5 (diff) | |
download | myconfigs-53dc0bfc656c5e31836a2d67f93179f28a10aedd.tar.gz myconfigs-53dc0bfc656c5e31836a2d67f93179f28a10aedd.tar.bz2 myconfigs-53dc0bfc656c5e31836a2d67f93179f28a10aedd.zip |
Some development updates to the workflow
Diffstat (limited to 'vim/filetype.vim')
-rw-r--r-- | vim/filetype.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim index d3153c0..dd640b5 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -1 +1,2 @@ au BufNewFile,BufRead *.am setf automake +au BufNewFile,BufRead .clang-format setf yaml |