Closed cacharle closed 4 years ago
clang-format align the condition in loops and conditional statements with tab first then space to match the openning (
clang-format
(
while (input != NULL && input->tag & TAG_IS_STR && input->tag & TAG_STICK && input->next != NULL && input->next->tag & TAG_IS_STR)
becomes:
clang-format
align the condition in loops and conditional statements with tab first then space to match the openning(
becomes: