mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 08:26:45 -04:00
ad2cf23435
Problem: C formatting is enforced in CI via uncrustify, but when working on C code clangd formats on save via clang-format, forcing users to manually run `make formatc` after they're done. Solution: disable clang-format.
2 lines
20 B
YAML
2 lines
20 B
YAML
DisableFormat: true
|