Skip to content
Snippets Groups Projects
Commit 27b108a6 authored by Phillip Harris's avatar Phillip Harris
Browse files

chore: update .air.toml to remove styles.css exclusion and add editor line...

chore: update .air.toml to remove styles.css exclusion and add editor line height in devcontainer.json
parent cb9204b4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ exclude_regex = ["_templ\\.go"]
include_ext = ["templ", "go", "js", "css", "env"]
exclude_file = ["./web/public/css/styles.css"]
[log]
time = true
......
......@@ -35,7 +35,8 @@
"tailwindCSS.includeLanguages": {
"templ": "html"
},
"workbench.iconTheme": "material-icon-theme"
"workbench.iconTheme": "material-icon-theme",
"editor.lineHeight": 22
},
"extensions": [
"golang.go",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment