Skip to content

Commit

Permalink
Fix list hierarchy in Lint->C++
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne committed Dec 14, 2018
1 parent cd4cd85 commit aa7e622
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ In case the awesome nirvana that is linting has not yet been unleashed upon you:
To enable linting, you'll need the general [linter](https://atom.io/packages/linter) which provides the interface for the provider plugins for specific languages. The full list of current plugins can be found at [atomlinter.github.io](http:https://atomlinter.github.io/), a few examples being:

- C++
- [linter-clang](https://atom.io/packages/linter-clang)
- [linter-cppcheck](https://atom.io/packages/linter-cppcheck)
- [linter-gcc](https://atom.io/packages/linter-gcc) - on-the-fly linting!
- [linter-cpplint](https://atom.io/packages/linter-cpplint) - checks against google style guide
- [linter-clang](https://atom.io/packages/linter-clang)
- [linter-cppcheck](https://atom.io/packages/linter-cppcheck)
- [linter-gcc](https://atom.io/packages/linter-gcc) - on-the-fly linting!
- [linter-cpplint](https://atom.io/packages/linter-cpplint) - checks against google style guide
- [CSS](https://atom.io/packages/linter-stylelint) — stylelint
- [JavaScript](https://atom.io/packages/linter-eslint) — eslint
- [Python](https://atom.io/packages/linter-pylama) — pylama
Expand Down

0 comments on commit aa7e622

Please sign in to comment.