mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
contribution - formatting
This commit is contained in:
parent
21f3c107b6
commit
a67edf1133
@ -65,6 +65,20 @@ Headers without links to corresponding files won't be visible. Files not include
|
||||
|
||||
## Formatting Rules
|
||||
|
||||
### Text
|
||||
To make the source code easy to read, start every new sentence from a new line.
|
||||
Avoid semicolons, long sentences, and complicated formulations.
|
||||
|
||||
### Links
|
||||
Place every link separately on a new line
|
||||
|
||||
```
|
||||
Please refer to the
|
||||
[following article](http://link.address)
|
||||
to get more information
|
||||
```
|
||||
|
||||
|
||||
## Project Structure
|
||||
|
||||
## Styling Rules
|
||||
|
Loading…
x
Reference in New Issue
Block a user