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

![Screenshot 2024-04-27 at 00 15 54](https://github.com/dawnbeen/c_formatter_42/assets/54402804/32ee1c4e-f988-4a80-aeb2-3eef7f339805)

Hi ! I installed the formatter from pypi (pip3 install c-formatter-42), but when i run the command `c_formatter_42 < format_test.c` i get the following error : ``` Traceback (most recent...

Version ```sh pip list Package Version ---------------------- ------------------------------------ ... c-formatter-42 0.2.7 ``` The following code is properly formatted: ```c void ft_example(void) { t_list *element; t_list *next_element; ((t_node *)element->content)->index += ((t_node...

- I've installed c_formatter_42 using pip3 install c-formatter-42 in Python 3.11.6. The installation was successful without any errors. - However, when I try to use the package, I get a...

type size_t is not indented by tab.

## Introduction Currently, I'm trying to initialize an array that has a fixed length like that: ![image](https://github.com/dawnbeen/c_formatter_42/assets/43273304/0390c8a5-7df2-43d9-a5b9-1ddac1017051) This code is ok for Norminette and is compilable: ![image](https://github.com/dawnbeen/c_formatter_42/assets/43273304/b090fdb1-dec2-4cb9-a5d8-b2105d873ee6) ## Problem The...

I used the c_formatter manually and was looking at it with different examples. I found it doesn't work with 1. Multiple decalarations on a single line 2. Declaration and assignation...

enhancement
help wanted

Right now, we're using a `clang-format` executable for both Linux and Mac to have the same version of clang-format no matter what version of it is installed on the user's...

The README is cluttered with all sorts of information. The project should have a clear documentation on https://readthedocs.org.