Skip to content

Commit

Permalink
Merge pull request #260 from Unibeautify/feature/174-add-beautifiers
Browse files Browse the repository at this point in the history
Close #174. Add beautifiers Stylelint, Black, Gofmt, Yapf, Tslint
  • Loading branch information
Glavin001 authored Apr 25, 2020
2 parents f17d7e9 + cb41de0 commit 061e31b
Show file tree
Hide file tree
Showing 5 changed files with 1,502 additions and 222 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
os:
- linux
- osx
- windows
# - windows # Enable once https://github.com/microsoft/vscode/issues/77499 is fixed
addons:
apt:
packages:
Expand All @@ -25,7 +25,7 @@ install:

script:
- npm run lint
- npm test --silent
- npm test
- npm list --production --parseable --depth=99999 # Check if can publish VSCode extension
- npm run vscode:prepublish
- git status
Expand Down
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ See https://github.com/Unibeautify/vscode/blob/master/src/beautifiers.ts for lis
<!--START:SUPPORT-TABLE-->
| # | Beautifier | Documentation |
| --- | --- | --- |
| 1 | CSScomb | https://unibeautify.com/docs/beautifier-csscomb.html |
| 2 | ClangFormat | https://unibeautify.com/docs/beautifier-clangformat.html |
| 3 | ESLint | https://unibeautify.com/docs/beautifier-eslint.html |
| 4 | JS-Beautify | https://unibeautify.com/docs/beautifier-js-beautify.html |
| 5 | PHP-CS-Fixer | https://unibeautify.com/docs/beautifier-php-cs-fixer.html |
| 6 | PHP_CodeSniffer | https://unibeautify.com/docs/beautifier-php_codesniffer.html |
| 7 | Prettier | https://unibeautify.com/docs/beautifier-prettier.html |
| 8 | Pretty Diff | https://unibeautify.com/docs/beautifier-pretty-diff.html |
| 9 | sqlformat | https://unibeautify.com/docs/beautifier-sqlformat.html |
| 1 | Black | https://unibeautify.com/docs/beautifier-black.html |
| 2 | CSScomb | https://unibeautify.com/docs/beautifier-csscomb.html |
| 3 | ClangFormat | https://unibeautify.com/docs/beautifier-clangformat.html |
| 4 | ESLint | https://unibeautify.com/docs/beautifier-eslint.html |
| 5 | Gofmt | https://unibeautify.com/docs/beautifier-gofmt.html |
| 6 | JS-Beautify | https://unibeautify.com/docs/beautifier-js-beautify.html |
| 7 | PHP-CS-Fixer | https://unibeautify.com/docs/beautifier-php-cs-fixer.html |
| 8 | PHP_CodeSniffer | https://unibeautify.com/docs/beautifier-php_codesniffer.html |
| 9 | Prettier | https://unibeautify.com/docs/beautifier-prettier.html |
| 10 | Pretty Diff | https://unibeautify.com/docs/beautifier-pretty-diff.html |
| 11 | TSLint | https://unibeautify.com/docs/beautifier-tslint.html |
| 12 | YAPF | https://unibeautify.com/docs/beautifier-yapf.html |
| 13 | sqlformat | https://unibeautify.com/docs/beautifier-sqlformat.html |
| 14 | stylelint | https://unibeautify.com/docs/beautifier-stylelint.html |
<!--END:SUPPORT-TABLE-->

## :art: Usage
Expand Down
Loading

0 comments on commit 061e31b

Please sign in to comment.