mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
Add example to require ordering section
This commit is contained in:
parent
49a32dd2dc
commit
e03a7c336d
@ -20,9 +20,9 @@
|
||||
* Commit messages are in the present tense
|
||||
* Files end with a newline.
|
||||
* Requires should be in the following order:
|
||||
* Node Modules
|
||||
* Built in Atom and Atom Shell modules
|
||||
* Local Modules (using relative links)
|
||||
* Built in Node Modules (such as `path`)
|
||||
* Built in Atom and Atom Shell Modules (such as `atom`, `shell`)
|
||||
* Local Modules (using relative paths)
|
||||
* Class variables and methods should be in the following order:
|
||||
* Class methods (methods starting with a `@`)
|
||||
* Instance methods
|
||||
|
Loading…
Reference in New Issue
Block a user