phpvms/.oxfmtrc.json
2026-06-01 18:38:58 -05:00

12 lines
232 B
JSON

{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": [
"public/**",
"modules/**",
"resources/js/dist/**",
".github/skills/*",
".github/copilot-instructions.md",
"*.toml"
]
}