Files
o1keyandClaude Sonnet 4.5 9ab209b2b7 feat: sync latest local version as authoritative codebase
Complete rewrite/sync of comfyui_o1key custom nodes.
Treat this commit as the current canonical version.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
2026-04-03 16:18:45 +08:00

39 lines
518 B
INI

# EditorConfig 配置文件
# https://editorconfig.org
root = true
# 默认配置
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
# Python 文件
[*.py]
indent_size = 4
# Shell 脚本
[*.sh]
indent_size = 4
# Windows 批处理文件
[*.{bat,cmd}]
end_of_line = crlf
indent_size = 4
# Markdown 文件
[*.md]
trim_trailing_whitespace = false
# YAML 文件
[*.{yml,yaml}]
indent_size = 2
# JSON 文件
[*.json]
indent_size = 2