diff --git a/includes/features.field.inc b/includes/features.field.inc
old mode 100644
new mode 100755
index 96b22b4..48c9cf6
--- a/includes/features.field.inc
+++ b/includes/features.field.inc
@@ -132,7 +132,7 @@ function field_features_export_render($module, $data, $export = NULL) {
 function _field_features_export_sort(&$field, $sort = TRUE) {
 
   // Some arrays are not sorted to preserve order (for example allowed_values).
-  static $sort_blacklist = array('allowed_values');
+  static $sort_blacklist = array('allowed_values', 'format_handlers');
 
   if ($sort) {
     ksort($field);
