Skip to content

Commit

Permalink
split-markers enabled by default
Browse files Browse the repository at this point in the history
(following discussion with Eyal)
  • Loading branch information
yairchu committed Nov 16, 2024
1 parent e04b3a8 commit 5950a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResolutionOpts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parser =
<*> OptUtils.envSwitch "line-endings" True "line-ending characters conflict resolution"
<*> OptUtils.envSwitch "lines-added-around" False
"resolve conflicts where one change prepended lines to the base and the other appended"
<*> OptUtils.envSwitch "split-markers" False "split conflicts at tilde-split-markers"
<*> OptUtils.envSwitch "split-markers" True "split conflicts at tilde-split-markers"
<*> OptUtils.envSwitch "indentation" False "indentation conflict resolution"

isResolving :: ResolutionOptions -> Bool
Expand Down

0 comments on commit 5950a47

Please sign in to comment.