Closed bcheronn closed 1 year ago
Formatted my header first:
c_formatter_42 get_next_line.h Writing to get_next_line.h
Then checked it with the norminette:
norminette get_next_line.h get_next_line.h: Error! Error: TOO_MANY_TAB (line: 27, col: 1): Extra tabs for indent level Error: TOO_MANY_TAB (line: 28, col: 1): Extra tabs for indent level
The invalid code (not properly shown below because of 8 chars tabs):
void ft_prcstash(char **stash, const char buf[BUFFER_SIZE], const ssize_t btsread);
Had to remove 2 tabs on each line 27 and 28 to pass the norminette:
Duplicate of #50
Issue due to bad regexp in align.py formatter config of clang format. Working on it
align.py
Formatted my header first:
Then checked it with the norminette:
The invalid code (not properly shown below because of 8 chars tabs):
Had to remove 2 tabs on each line 27 and 28 to pass the norminette: