add html base

This commit is contained in:
XenGi 2023-10-18 19:18:38 +02:00
parent 7454aa6569
commit 31ec2917ea
Signed by: xengi
SSH key fingerprint: SHA256:EvLbWxFCtfmd+8Xa6RkzkhIga+wFkKCekfFacYVn63M
2 changed files with 151 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,jsx,ts,tsx,css,html}]
charset = utf-8
indent_style = space
indent_size = 2