feat: use global variable and helper script

This commit is contained in:
Baptiste Augrain
2026-02-19 17:10:12 +01:00
parent 15cc1eadd2
commit 5ea412eee4
14 changed files with 9731 additions and 82 deletions

17
font-size/.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
indent_style = tab
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
indent_size = 4