Skip to content

Commit a266911

Browse files
authored
Indent with four spaces instead of two
to adhere to the standard's best practice and (hopefully) make the nesting carry over to being displayed in the rendered output
1 parent 55294cf commit a266911

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/topics/defined-names.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -547,16 +547,16 @@ $this->spreadsheet->addDefinedName(
547547
The names that you assign to Defined Name must follow the following set of rules:
548548

549549
- The first character of a name must be one of the following characters:
550-
- letter (including UTF-8 letters)
551-
- underscore (`_`)
550+
- letter (including UTF-8 letters)
551+
- underscore (`_`)
552552
- Remaining characters in the name can be
553-
- letters (including UTF-8 letters)
554-
- numbers (including UTF-8 numbers)
555-
- periods (`.`)
556-
- underscore characters (`_`)
553+
- letters (including UTF-8 letters)
554+
- numbers (including UTF-8 numbers)
555+
- periods (`.`)
556+
- underscore characters (`_`)
557557
- The following are not allowed:
558-
- Space characters are not allowed as part of a name.
559-
- Names can't look like cell addresses, such as A35 or R2C2
558+
- Space characters are not allowed as part of a name.
559+
- Names can't look like cell addresses, such as A35 or R2C2
560560
- Names are not case sensitive. For example, `North` and `NORTH` are treated as the same name.
561561

562562
### Limitations

0 commit comments

Comments
 (0)