Skip to content

Commit 5ad4d44

Browse files
authored
More Acrolinx
1 parent f98c331 commit 5ad4d44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/file-nesting-solution-explorer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The available options for non-customized file nesting are:
2727

2828
* **Off**: This option gives you a flat list of files without any nesting.
2929

30-
* **Default**: This option gives you the default file nesting behavior in **Solution Explorer**. If no settings exist for a given project type, then no files in the project are nested. If settings exist, for example, for a web project, nesting is applied.
30+
* **Default**: This option gives you the default file nesting behavior in **Solution Explorer**. If no settings exist for a given project type, then no files in the project are nested. If settings exist (for example, for a web project), nesting is applied.
3131

3232
* **Web**: This option applies the **Web** file nesting behavior to all the projects in the current solution. It has numerous rules, and we encourage you to check it out and tell us what you think. The following screenshot highlights just a few examples of the file nesting behavior that you get with this option:
3333

@@ -55,7 +55,7 @@ Let’s focus on the node **dependentFileProviders** and its child nodes. Each c
5555

5656
* **allExtensions**: Use this type of rule to nest *file.** under *file.js*
5757

58-
* **fileToFile**: Use this type of rule to nest *bower.json* under *.bowerrc*
58+
* **fileToFile**: Use this type of rule to nest *bower.json* under `.bowerrc`
5959

6060
### The extensionToExtension provider
6161

@@ -67,7 +67,7 @@ This provider lets you define file nesting rules using specific file extensions.
6767

6868
* *cart.js* is nested under *cart.ts* because of the first **extensionToExtension** rule
6969

70-
* *cart.js* is not nested under *cart.tsx* because **.ts** comes before **.tsx** in the rules, and there can only be one parent
70+
* *cart.js* is not nested under *cart.tsx* because `.ts` comes before `.tsx` in the rules, and there can only be one parent
7171

7272
* *light.css* is nested under *light.sass* because of the second **extensionToExtension** rule
7373

0 commit comments

Comments
 (0)