feat: Add support to specify year

+ Did some cleanup for the whole code

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-12-07 15:26:49 +01:00
parent abfd6d8445
commit 9a8cb6dff4
9 changed files with 2834 additions and 2732 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true