Re: Question about tooling and stiling

2024-02-14 Fir de Conversatie shane.qian
On 24/02/14 08:04PM, shane.qian wrote: > > Hi, > > I was experimenting with setting up clangd and clang-format for the > > codebase. I've read the `:h develop` but I still have missing information. > > > > 1. Tabs or spaces? The documentation doesn't specify it and the source > > files

Re: Question about tooling and stiling

2024-02-14 Fir de Conversatie shane.qian
> Hi, > I was experimenting with setting up clangd and clang-format for the > codebase. I've read the `:h develop` but I still have missing information. > > 1. Tabs or spaces? The documentation doesn't specify it and the source > files sometimes mix spaces and tabs. > 2. What parts of C99 are

Re: Question about tooling and stiling

2024-02-12 Fir de Conversatie Yegappan Lakshmanan
Hi, On Mon, Feb 12, 2024 at 6:55 AM Luca Saccarola wrote: > > Hi, > I was experimenting with setting up clangd and clang-format for the > codebase. I've read the `:h develop` but I still have missing > information. > > 1. Tabs or spaces? The documentation doesn't specify it and the source >

Question about tooling and stiling

2024-02-12 Fir de Conversatie Luca Saccarola
Hi, I was experimenting with setting up clangd and clang-format for the codebase. I've read the `:h develop` but I still have missing information. 1. Tabs or spaces? The documentation doesn't specify it and the source files sometimes mix spaces and tabs. 2. What parts of C99 are supported?