Files
ChocolateyPackages/EthanBrown.SublimeText2.UtilPackages/tools/PackageCache/EncodingHelper/EncodingHelper.sublime-settings
2013-04-04 08:54:47 -04:00

13 lines
383 B
Plaintext

{
// To show encoding on status bar
"show_encoding_on_status_bar" : true,
// Additional encodings to test when no acurrated guess can be done
// NOTE: Don't add ISO-8859-1
"fallback_encodings": [ ],
// Automatically opens as UTF-8 the following encodings list
// NOTE: Encoding detection is not acurrated
// don't abuse of this feature
"open_automatically_as_utf8": [ ]
}