Skip to content

Commit

Permalink
The initialization of the preferences should follow the defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jul 30, 2020
1 parent f7211ac commit d738074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EnlumineurFormatter/EFContext.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ EFContext >> initialize [
newLineBeforeFirstCascade := true.
newLineBeforeFirstKeyword := true.
numberOfNewLinesAfterMethodComment := 2.
newLinesAfterMethodSignature := 1.
newLinesAfterMethodSignature := 2.
newLinesAfterTemporaries := 1.
numberOfArgumentsForMultiLine := 4.
self configureOneLineMessages.
self periodAtEndOfBlock: false.
self periodAtEndOfMethod: false.
self retainBlankLinesBetweenStatements: false.
self retainBlankLinesBetweenStatements: true.
self retainBlankLinesBeforeComments: true.
self selectorAndArgumentCombinedMaxSize: 40.
self numberOfSpacesInsideBlock: 1.
Expand Down

0 comments on commit d738074

Please sign in to comment.