add editorconfig and convert spaces to tabs

This commit is contained in:
2026-01-07 14:42:15 -08:00
parent 648234959f
commit c7b2134ea8
19 changed files with 969 additions and 951 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
indent_size = 2

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# README
Website for the Beall Greenhouses on Vashon Island, WA.
[beall-greenhouses-market.pages.dev](https://beall-greenhouses-market.pages.dev)
## Editing in VSCode
This project has an [`.editorconfig` file](.editorconfig). To utilize this in VSCode, install the ["Editorconfig" extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig).