mirror of https://github.com/certd/certd
perf: 部署到百度cdn支持自动获取域名列表选择
parent
dfa74a69f7
commit
4e432ed03f
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# http://editorconfig.org
|
||||
#
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
|
@ -6,7 +6,7 @@ root = true
|
|||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[{*.yml,*.yaml}]
|
||||
|
|
Loading…
Reference in New Issue