Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Disable smart quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
louisdh committed Jan 5, 2018
1 parent fdd8e89 commit 79784e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Terminal/TerminalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class TerminalView: UIView {
textView.keyboardAppearance = .dark
textView.autocorrectionType = .no
textView.smartDashesType = .no
textView.smartQuotesType = .no
textView.autocapitalizationType = .none
textView.spellCheckingType = .no

Expand Down

0 comments on commit 79784e2

Please sign in to comment.