You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -269,3 +269,15 @@ The FlightSQL config is where you can define the connection URL for the FlightSQ
269
269
[flight_sql]
270
270
connection_url = "http://localhost:50051"
271
271
```
272
+
273
+
#### Editor Config
274
+
275
+
The editor config is where you can set your preferred editor settings.
276
+
277
+
Currently only syntax highlighting is supported. It is experimental because currently the regex that is used to determine keywords only works in simple cases.
0 commit comments