summaryrefslogtreecommitdiff
path: root/.config/nvim/after/ftplugin/c.vim
blob: 277ec9c8f14061fbb3b9d7065f9dff08ca4dd949 (plain)
1
2
3
4
if executable('clang-format')
  setlocal formatexpr=
  setlocal formatprg=clang-format\ -
endif