mirror of
https://github.com/neovim/neovim.git
synced 2026-06-24 08:48:16 +00:00
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
|