Indentation was pretty inconsistent across the app, so I decided to fix it in one place rather than inflating the size of various future PRs. I don't feel strongly about any of these choices, I just want some consistency, so let me know if they violate any conventions or something!
Added an editorconfig file
Ran terraform fmt (and fixed an error it caught)
Ran prettier on .js and .scss files
Ran htmlbeautify on erb files + some manual formatting fixes
Indentation was pretty inconsistent across the app, so I decided to fix it in one place rather than inflating the size of various future PRs. I don't feel strongly about any of these choices, I just want some consistency, so let me know if they violate any conventions or something!
terraform fmt
(and fixed an error it caught)