mirror of
https://gitea.com/PublicAffairs/openai-github-copilot.git
synced 2025-07-22 12:00:37 +02:00
Inspired by: - https://github.com/haibbo/cf-openai-azure-proxy/raw/main/cf-openai-azure-proxy.js - https://github.com/CaoYunzhou/cocopilot-gpt Memo: - https://developers.google.com/search/docs/crawling-indexing/block-indexing
14 lines
203 B
INI
14 lines
203 B
INI
# http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.yml]
|
|
indent_style = space
|