setup formatting

This commit is contained in:
Tom Heaton
2024-06-05 23:56:37 +01:00
parent 815adb9b21
commit def3e5234b
4 changed files with 104 additions and 38 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*.{js,jsx,ts,tsx,md,mdx,json,cjs,mjs,css}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100