بازگشت به لیست کانفلیکت‌ها

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.