-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Tools: Atom
You can check your style and documentation in Atom by using a Linter.
First, you'll need to install the package linter that provides the API used by the next package.
To install a package, simply go under Atom to your Setting
>Install
, and search for the package you want to install.
Once the linter is installed, you'll need to install the package linter-betty that uses the API from linter to display Betty messages directly on your Atom editor.
Please read the README
of linter-betty
for more details about usage and configuration.
0.1 - Betty-style usage
0.2 - Betty-doc usage
0.3 - References
1.1 - Indentation
1.2 - Breaking long lines and strings
1.3 - Placing Braces
1.4 - Placing Spaces
1.5 - Naming
1.6 - Functions
1.7 - Commenting
1.8 - Macros and Enums
1.9 - Header files
2.1 - Functions
2.2 - Data structures
3.1 - Emacs
3.2 - Vim
3.3 - Atom