File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,11 @@ Afmt completed successfully.
128
128
129
129
## 🔧 Configuration:
130
130
131
- in ` .afmt.toml ` config file, two options are supported
131
+ ` -c ` parameter can read configuration settings from a toml file.
132
+
133
+ Example: ` afmt -c .afmt.toml `
134
+
135
+ In ` .afmt.toml ` config file, two options are supported
132
136
133
137
``` toml
134
138
# Maximum line width
@@ -142,15 +146,13 @@ indent_size = 4
142
146
143
147
## ❓ FAQ
144
148
149
+ - "TLTR, what features afmt has?" Run ` afmt -h ` .
145
150
- "How do I set up afmt in VSCode?"
146
151
[ Setup in VSCode] ( ./md/VSCode_Setup.md )
147
152
148
153
- "Can afmt formats exactly the same as Prettier Apex?"
149
154
No.
150
155
151
- - "How to load a .afmt.toml file?"
152
- ` afmt -c path_to_file ` . You can refer to ` afmt -h ` for more help info.
153
-
154
156
<br >
155
157
156
158
## 🤝 Contribution
You can’t perform that action at this time.
0 commit comments