formatters

Undocumented in source.
enum formatters = [Formatter(&isC_CppFiletype, &runClangFormatter), Formatter(&isDFiletype, &runDfmt), Formatter(&isRustFiletype, &runRustFormatter)];

Meta