mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Set default encoding to UTF-8
Although everything would still default to UTF-8, the initial title of the pop-up in Preferences would show a wrong value. Fixes #889.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
theme = '766026CB-703D-4610-B070-8DE07D967C5F'
|
||||
fontName = 'Menlo-Regular'
|
||||
fontSize = 12
|
||||
encoding = "UTF-8"
|
||||
|
||||
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"
|
||||
include = "{*,.tm_properties,.htaccess}"
|
||||
|
||||
Reference in New Issue
Block a user