feat: Use oxfmt to reformat json/yaml/toml/markdown

This commit is contained in:
ulic-youthlic 2026-02-10 12:45:34 +08:00
parent e85da11b65
commit 4b00734efe
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 50 additions and 66 deletions

3
.oxfmtrc.json Normal file
View file

@ -0,0 +1,3 @@
{
"ignorePatterns": ["_sources/*.json", "secrets/*.yaml"]
}