Dev stuff

This commit is contained in:
Piotr Rogowski 2022-11-05 16:59:38 +01:00
parent a34e2611e3
commit f59e279419
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
3 changed files with 23 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
[.go]
indent_style = tab

8
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"recommendations": [
"golang.go",
"editorconfig.editorconfig",
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker"
]
}

View File

@ -1,5 +1,7 @@
{
"cSpell.words": [
"labstack",
"Middlewares",
"pocketbase"
]
}