No official pre-built installers available currently
No official pre-built installers available yet
❯ clang-format -h OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code.If no arguments are specified, it formats the code from standard inputand writes the result to the standard output.If <file>s are given, it reformats the files. If -i is specifiedtogether with <file>s, the files are edited in-place. Otherwise, theresult is written to the standard output.USAGE: clang-format [options] [<file> ...]
void _put_pixel(tContext *pContext, int X, int Y, int sx, int sy, long Es, uint8_t color){ if (color) { ...
Tools -> Options -> Text Editor -> Behaviour -> Tabs and Indentation & Tools -> Options -> C++ -> Code Styles -> Edit
while (a || b)нужно:while (a || b)