initial commit

This commit is contained in:
Aneurin Barker Snook
2024-06-13 11:54:28 +01:00
commit 345e8ce8a3
7 changed files with 161 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,json,ts,tsx,vue}]
indent_style = space
indent_size = 2