Created
April 28, 2019 01:58
-
-
Save sl/215efdd0ca7ca1d94ae013ebf2a61061 to your computer and use it in GitHub Desktop.
[Swift Complier Environment Configuration] Format Task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"label": "Format changes", | |
"type": "shell", | |
"command": "git", | |
"args": [ | |
"clang-format", | |
"master" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment