Change default value for "comment from line head"

This commit is contained in:
1024jp 2014-11-17 20:18:18 +01:00
parent 4174cafb07
commit f8e87242d9
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ changelog
### Additions/Changes
- Display a dialog if the opening file is larger than 100 MB.
- Change default value for "Comment always from line head" option to enable.
- Rename labels for line endings.

View File

@ -150,7 +150,7 @@
CEDefaultEnableSmartQuotesKey: @NO,
CEDefaultEnableSmartIndentKey: @YES,
CEDefaultAppendsCommentSpacerKey: @YES,
CEDefaultCommentsAtLineHeadKey: @NO,
CEDefaultCommentsAtLineHeadKey: @YES,
CEDefaultShouldAntialiasKey: @YES,
CEDefaultAutoCompleteKey: @NO,
CEDefaultCompletionWordsKey: @2U,