Skip to content

Commit

Permalink
code format (how do I keep doing this?)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora committed Jun 14, 2019
1 parent 8d47034 commit 482d880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettings/TerminalSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace winrt::Microsoft::Terminal::Settings::implementation
_cursorColor{ DEFAULT_CURSOR_COLOR },
_cursorShape{ CursorStyle::Vintage },
_cursorHeight{ DEFAULT_CURSOR_HEIGHT },
_doubleClickDelimiters { L" /\\" },
_doubleClickDelimiters{ L" /\\" },
_useAcrylic{ false },
_closeOnExit{ true },
_tintOpacity{ 0.5 },
Expand Down

0 comments on commit 482d880

Please sign in to comment.