Skip to content

Commit

Permalink
Little changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Jul 7, 2018
1 parent 5d3daea commit 47116fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ This extension adds:
|*Syntax Highlighting, Auto-Completion*|*Code Snippets*|
|![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-cmd-oclinfo.gif)|![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-hover.gif)|
|*OpenCL platforms/devices info*|*Hover tooltip for OpenCL Runtime*|
|![vscode-opencl-cmd-oclinfo](images/vscode-opencl-formatting.gif)||
|![vscode-opencl-cmd-oclinfo](https://raw.githubusercontent.com/Galarius/vscode-opencl/master/images/vscode-opencl-formatting.gif)||
|*Source code formatting*||
|||

## Prerequisites

Expand Down Expand Up @@ -52,7 +51,7 @@ See [INSTALL.md](https://github.com/Galarius/vscode-opencl/blob/master/INSTALL.m

* `opencl.formatting.name` - The file name of the formatting utility (Should be available at `$PATH`, otherwise specify full file name);

* `opencl.formatting.args` - Array of command line options.
* `opencl.formatting.args` - An array of command line options.

[AStyle](http://astyle.sourceforge.net) formatting utility is used by default. If workspace contains AStyle configuration file `.astylerc`, add the following option to `opencl.formatting.args` in workspace configuration: `--options=${workspaceRoot}/.astylerc`.

Expand Down

0 comments on commit 47116fe

Please sign in to comment.