vscode-42header icon indicating copy to clipboard operation
vscode-42header copied to clipboard

Remove double \n at the end of header

Open mathix420 opened this issue 5 years ago • 1 comments

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        #
#                                                                              #
# **************************************************************************** #

# **************************************************************************** #

mathix420 avatar Jan 17 '21 09:01 mathix420

It would also require to change both Range(0, 0, 12, 0) to Range(0, 0, 11, 0).

mathix420 avatar Jan 17 '21 10:01 mathix420