Skip to content

Commit

Permalink
fix(header): Increases template lines width by 1
Browse files Browse the repository at this point in the history
Related issues: #13
  • Loading branch information
vinicius507 committed Dec 17, 2024
1 parent 72269c7 commit f5f11f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/ft_nvim/header/header.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ local TEMPLATE = {
"********************************************************************************",
"* *",
"* ::: :::::::: *",
"* @FILENAME.................................. :+: :+: :+: *",
"* @FILENAME................................... :+: :+: :+: *",
"* +:+ +:+ +:+ *",
"* By: @AUTHOR................................ +#+ +:+ +#+ *",
"* By: @AUTHOR................................. +#+ +:+ +#+ *",
"* +#+#+#+#+#+ +#+ *",
"* Created: @CREATED_AT........ by @CREATED_BY #+# #+# *",
"* Updated: @UPDATED_AT........ by @UPDATED_BY ### ########.fr *",
"* Created: @CREATED_AT........ by @CREATED_BY. #+# #+# *",
"* Updated: @UPDATED_AT........ by @UPDATED_BY. ### ########.fr *",
"* *",
"********************************************************************************",
}
Expand Down

0 comments on commit f5f11f8

Please sign in to comment.