add editorconfig

This commit is contained in:
Alexander Popov 2021-11-03 03:30:30 +03:00
parent 8fafe7c0b3
commit d8dd73480c
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
4 changed files with 14 additions and 2 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[nginxconfig]
indent_style = space
indent_size = 4

0
.gitmodules vendored
View File

View File

@ -1,5 +1,3 @@
# my Gemini site repo
## Using Software
* Server: [agate](https://github.com/mbrubeck/agate)
* HTTP proxy: [kineto](https://git.sr.ht/~sircmpwn/kineto)

1
gemini-server-start.bat Normal file
View File

@ -0,0 +1 @@
binary\agate --content .\public\ --addr 0.0.0.0:12701 --hostname localhost --lang en-US