mirror of
https://github.com/xuexb/github-bot.git
synced 2026-01-18 13:56:38 +00:00
* feat: use async/await * fix: fix github api bug * fix: fix auto release note bug * fix: auto release node commit message handle bug * fix: Notable changes list display bug * fix: Notable changes sub list display bug * feat: add eslint * feat: use husky to handle git hooks
10 lines
147 B
INI
10 lines
147 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|