File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -122,19 +122,20 @@ config =
122
122
title : ' Formatting Options'
123
123
description :
124
124
'''
125
- This config is deprecated. In order to specify [Formatting Options](https://domluna.github.io/JuliaFormatter.jl/dev/#Formatting-Options-1),
125
+ ⚠ This config is deprecated. In order to specify
126
+ [Formatting Options](https://domluna.github.io/JuliaFormatter.jl/dev/#Formatting-Options-1),
126
127
use `.JuliaFormatter.toml` configuration file instead.
127
- See the ["Configuration File" section in JuliaFormatter.jl's documentation ](https://domluna.github.io/JuliaFormatter.jl/dev /config/)
128
- for more details.
128
+ See the ["Configuration File" section](https://domluna.github.io/JuliaFormatter.jl/stable /config/)
129
+ in JuliaFormatter.jl's documentation for more details.
129
130
'''
130
131
type : ' object'
131
132
order : 14
132
133
collapsed : true
133
134
properties :
134
- mock :
135
- title : ' mock (not appear in the settings view) '
136
- type : ' object '
137
- default : {}
135
+ mock : # NOTE: otherwise the deprecated description doesn't show up
136
+ title : " mock (doesn't have any effect) "
137
+ type : ' boolean '
138
+ default : false
138
139
139
140
uiOptions :
140
141
title : ' UI Options'
You can’t perform that action at this time.
0 commit comments