File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ if_condition_no_continuation_indent = false
43
43
44
44
45
45
# optional crlf/lf
46
- end_of_line = lf
46
+ end_of_line = auto
47
+ detect_end_of_line = true
47
48
48
49
# [line layout]
49
50
# The following configuration supports three expressions
Original file line number Diff line number Diff line change 5
5
* ` CHG ` diagnostic:
6
6
+ ` type-check ` : removed for now
7
7
+ ` no-implicit-any ` : renamed to ` no-unknown `
8
+ * ` CHG ` formatter: no longer need` --preview `
8
9
9
10
## 2.6.8
10
11
` 2022-4-9 `
Original file line number Diff line number Diff line change @@ -1019,7 +1019,6 @@ m.register 'textDocument/formatting' {
1019
1019
capability = {
1020
1020
documentFormattingProvider = true ,
1021
1021
},
1022
- preview = true ,
1023
1022
--- @async
1024
1023
function (params )
1025
1024
local uri = files .getRealUri (params .textDocument .uri )
@@ -1057,7 +1056,6 @@ m.register 'textDocument/rangeFormatting' {
1057
1056
capability = {
1058
1057
documentRangeFormattingProvider = true ,
1059
1058
},
1060
- preview = true ,
1061
1059
--- @async
1062
1060
function (params )
1063
1061
local uri = files .getRealUri (params .textDocument .uri )
You can’t perform that action at this time.
0 commit comments