mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
* chore: migrate maa website * ci: change docs build test to website build test * fix: rename artifact name to dist * ci: add workflow to deploy website to azure
15 lines
209 B
INI
15 lines
209 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
|
|
[*.{json, js, jsx, mjs, ts, tsx, css, html}]
|
|
indent_size = 2
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
|
|
[*.{md, mdx}]
|
|
end_of_line = lf
|
|
charset = utf-8
|