initial part-tested edition

This commit is contained in:
Aneurin Barker Snook
2022-10-18 22:04:00 +01:00
parent 361fc2f7f4
commit e9586859bd
9 changed files with 577 additions and 5 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,vue}]
indent_style = space
indent_size = 2