Skip to content

Commit ab448fc

Browse files
committed
Change defaults based on discussion with @DavyLandman.
1 parent 3d15dde commit ab448fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rascal-lsp/src/main/rascal/library/util/LanguageServer.rsc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ Options that specify how to format contents of a file.
297297
data FormattingOptions(
298298
int tabSize = 4
299299
, bool insertSpaces = true
300-
, bool trimTrailingWhitespace = true
301-
, bool insertFinalNewline = true
302-
, bool trimFinalNewlines = true
300+
, bool trimTrailingWhitespace = false
301+
, bool insertFinalNewline = false
302+
, bool trimFinalNewlines = false
303303
) = formattingOptions();
304304

305305
@deprecated{Backward compatible with ((parsing)).}

0 commit comments

Comments
 (0)