-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Thank you for showing interest in contributing to CMakeBuilder. | ||
|
||
# Style Guide | ||
The style is loosely based on [PEP8][1]. | ||
Use the LSP plugin (search for it on Package Control) together with the | ||
python-language-server when you make changes to this plugin. You can install | ||
python-language-server with pip3. When you're done with the changes, format | ||
the document. Please trim whitespace and make sure views end with an empty line. | ||
|
||
# Things That Need Attention | ||
More platform-specific generators are very welcome. See the folder "Generators". | ||
|
||
[1]: https://www.python.org/dev/peps/pep-0008/ |