vscode-42header
vscode-42header copied to clipboard
Remove double \n at the end of header
It automatically removes the line just under the header
For this use-case:
# **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: agissing <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/01/17 10:33:16 by agissing #+# #+# #
# Updated: 2021/01/17 10:33:16 by agissing ### ########.fr #
# #
# **************************************************************************** #
# *** MF-GEN MAKEFILE *** #
# **************************************************************************** #
it becomes
# **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: agissing <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/01/17 10:33:16 by agissing #+# #+# #
# Updated: 2021/01/17 10:38:40 by agissing ### ########.fr #
# #
# **************************************************************************** #
# **************************************************************************** #
It would also require to change both Range(0, 0, 12, 0) to Range(0, 0, 11, 0).