Skip to content
Commit 9ac1f24d authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

Formatting: Allow adding formatting arguments

This approach is a lot more flexible. The user can supply arguments which
are then prepended to our own args.

One can use this to run a formatter from wsl for e.g., by doing

{
   "path": "wsl",
   "args": ["clang-format", "--fallback-style=Webkit"]
}
parent 3b031494
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment