بازگشت به لیست کانفلیکتها
Whitespace Conflict
سناریو / علت
Whitespace differences in the same lines across branches.
راه حل
# Manually fix or ignore whitespace changes git merge -Xignore-space-change git add . git commit
نکات حرفهای
Code formatting tools (prettier, clang-format) help prevent this.