.github/copilot-instructions.md を作成。



enforce-consistent-line-wrapping の printWidth を Prettier の printWidth と同じにしないといけない。
VS Code の保存時のフォーマットで無限におかしくなる。
{
  "better-tailwindcss/enforce-consistent-line-wrapping": ["warn", { "printWidth": 100 }]
}
