Skip to content

Commit af0b145

Browse files
authored
Update style-guidelines.adoc
Signed-off-by: Kersten Richter <[email protected]>
1 parent 3c6c756 commit af0b145

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/style-guidelines.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Whether you are creating a new extention or even a stand alone doc for RISC-V, f
88

99
Follow these basic formatting guidelines.
1010

11-
* Use _italic_ for new terms.
11+
* Use _italic_ for new terms. The _Atomic Layer Deposition_ is a layer-by-layer process that results in the deposition of thin films one atomic layer at a time in a highly controlled manner.
1212
* Use `monospace` for the following items:
13-
** Filenames
14-
** Directories
15-
** Paths
16-
** Inline code
17-
** Commands
13+
** Filenames: `a-st-ext.adoc`
14+
** Directories: The `src` directory.
15+
** Paths: `https://github.com/riscv/riscv-isa-manual/blob/main/src/a-st-ext.adoc`
16+
** Inline code: The `push()` method adds elements to an array.
17+
** Commands: The `make` command.
1818
* Use *`monospace bold`* for the following items:
19-
** Hex numbers. Hex numbers start with `0x`.
20-
** Binary numbers. Binary numbers start with `0b`.
19+
** Hex numbers. Hex numbers start with *`0x`*.
20+
** Binary numbers. Binary numbers start with *`0b`*.
2121
** Non-base 10 literals
2222
** Non-base 10 number ranges
2323

0 commit comments

Comments
 (0)