feat: 增加x86-64固件打包iso镜像功能
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
# 根目录配置文件
|
||||
root = true
|
||||
|
||||
|
||||
# 默认规则
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
|
||||
# Shell scripts
|
||||
[*.sh]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
|
||||
# Markdown documents
|
||||
[*.md]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
|
||||
[*.{json,yml,yaml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Reference in New Issue
Block a user