c_formatter_42 icon indicating copy to clipboard operation
c_formatter_42 copied to clipboard

C language formatter for 42 norminette

Results 13 c_formatter_42 issues
Sort by recently updated
recently updated
newest added

enhancement
help wanted

Hello, In some Linux distributions, such as Debian or Void Linux, the python environment is managed and we can't install Python packages with the regular pip - Some popular packages...

## Introduction In this file header file, the formatter does not break line when line is too long : ### Current format ```c #ifndef DOUBLE_LINKED_LIST_ESSENTIALS_H # define DOUBLE_LINKED_LIST_ESSENTIALS_H # include...