add editorconfig
This commit is contained in:
parent
8fafe7c0b3
commit
d8dd73480c
13
.editorconfig
Normal file
13
.editorconfig
Normal 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
0
.gitmodules
vendored
@ -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
1
gemini-server-start.bat
Normal file
@ -0,0 +1 @@
|
||||
binary\agate --content .\public\ --addr 0.0.0.0:12701 --hostname localhost --lang en-US
|
Loading…
Reference in New Issue
Block a user