github-bot/.editorconfig
Yuga Sun b447cbe173 feat: update to es6 (#18)
* 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
2017-10-17 23:19:29 -05:00

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