add editorconfig and convert spaces to tabs
This commit is contained in:
9
.editorconfig
Normal file
9
.editorconfig
Normal 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
9
README.md
Normal 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).
|
||||
Reference in New Issue
Block a user