Page 1 of 1

clang formatting file for VSCode

Posted: Sat Jun 22, 2019 4:19 pm
by ExXec
Hey,

I know there are some C code formatting guidelines in the wiki. Did someone make a .clang file for that style?
Would be useful for running the auto formatter on VSCode.

-ExXec

Re: clang formatting file for VSCode

Posted: Sat Jun 22, 2019 7:04 pm
by stijn
See https://github.com/micropython/micropython/issues/4223 for example. Conclusion: clang-format cannot format all files constistently so it's not included in the main repository. Most 'standard' code is fine though, so it's usable to e.g. format selected text only.

Re: clang formatting file for VSCode

Posted: Sat Jun 22, 2019 8:29 pm
by ExXec
Thanks, thats a shame though