Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 19, 2023
1 parent e45a246 commit d49ca19
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/phoptions.nim
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,21 @@ const
optAssert, optNaNCheck, optInfCheck, optStyleCheck
}
DefaultOptions* = {
optObjCheck, optFieldCheck, optRangeCheck, optBoundsCheck, optOverflowCheck,
optAssert, optWarns, optRefCheck, optHints, optStackTrace, optLineTrace,
optObjCheck,
optFieldCheck,
optRangeCheck,
optBoundsCheck,
optOverflowCheck,
optAssert,
optWarns,
optRefCheck,
optHints,
optStackTrace,
optLineTrace,
# consider adding `optStackTraceMsgs`
optTrMacros, optStyleCheck, optCursorInference
optTrMacros,
optStyleCheck,
optCursorInference
}
DefaultGlobalOptions* = {optThreadAnalysis, optExcessiveStackTrace, optJsBigInt64}

Expand Down

0 comments on commit d49ca19

Please sign in to comment.