Disable smart quotes by default (#1661)

This commit is contained in:
1024jp 2024-07-02 23:03:31 +09:00
parent d2910a0eeb
commit 92230fc924
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
### Improvements
- Change to disable the smart quotes option in the Mode settings by default.
- Draw invisible symbols for invisible operators (U+2061, U+2062, U+2063, and U+2064).
- Update the Lisp, Lua, Scheme, and Tcl syntaxes to update interpreters (thanks to Renfei!).
- [non-AppStore ver.] Update Sparkle from 2.6.3 to 2.6.4.

View File

@ -62,7 +62,7 @@ extension Syntax.Kind {
ModeOptions(
fontType: .standard,
smartInsertDelete: true,
automaticQuoteSubstitution: true,
automaticQuoteSubstitution: false,
automaticDashSubstitution: false,
automaticSymbolBalancing: false,
continuousSpellChecking: true,