We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d15dde commit ab448fcCopy full SHA for ab448fc
rascal-lsp/src/main/rascal/library/util/LanguageServer.rsc
@@ -297,9 +297,9 @@ Options that specify how to format contents of a file.
297
data FormattingOptions(
298
int tabSize = 4
299
, bool insertSpaces = true
300
- , bool trimTrailingWhitespace = true
301
- , bool insertFinalNewline = true
302
- , bool trimFinalNewlines = true
+ , bool trimTrailingWhitespace = false
+ , bool insertFinalNewline = false
+ , bool trimFinalNewlines = false
303
) = formattingOptions();
304
305
@deprecated{Backward compatible with ((parsing)).}
0 commit comments