diff --git a/LaTeX/LaTeX Log Fold.tmPreferences b/LaTeX/LaTeX Log Fold.tmPreferences index d06ff078b0..3f366cff21 100644 --- a/LaTeX/LaTeX Log Fold.tmPreferences +++ b/LaTeX/LaTeX Log Fold.tmPreferences @@ -1,31 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> <plist version="1.0"> <dict> - <key>scope</key> - <string>text.log.latex</string> - <key>settings</key> - <dict> - <key>indentationFoldingEnabled</key> - <false/> - <key>foldScopes</key> - <array> - <dict> - <key>begin</key> - <string>punctuation.section.block.begin</string> - <key>end</key> - <string>punctuation.section.block.end</string> - <key>excludeTrailingNewlines</key> - <false/> - </dict> - <dict> - <key>begin</key> - <string>punctuation.section.group.begin</string> - <key>end</key> - <string>punctuation.section.group.end</string> - <key>excludeTrailingNewlines</key> - <false/> - </dict> - </array> - </dict> + <key>scope</key> + <string>text.log.latex</string> + <key>settings</key> + <dict> + <key>indentationFoldingEnabled</key> + <false/> + <key>foldScopes</key> + <array> + <dict> + <key>begin</key> + <string>punctuation.section.block.begin</string> + <key>end</key> + <string>punctuation.section.block.end</string> + <key>excludeTrailingNewlines</key> + <false/> + </dict> + <dict> + <key>begin</key> + <string>punctuation.section.group.begin</string> + <key>end</key> + <string>punctuation.section.group.end</string> + <key>excludeTrailingNewlines</key> + <false/> + </dict> + </array> + </dict> </dict> </plist>