1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 01:03:20 +01:00

put back editorconfig

This commit is contained in:
Matthias Kretschmann 2023-01-29 21:47:50 +00:00
parent 99995cbb89
commit bf4ff16e86
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

View File

@ -3,6 +3,7 @@
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "lf",
"importOrder": [
"^(react/(.*)$)|^(react$)",
"^(next/(.*)$)|^(next$)",