Help: Remove accidental blockquotes around lists
Indenting a list relative to the previous paragraph creates a blockquote. Combined with the natural list indent it results in an overly large left margin.
This commit is contained in:
parent
718043b540
commit
51e4d81f16
@ -151,7 +151,6 @@ The options are:
|
||||
List target names with the ``DEPENDS`` option to add such file-level
|
||||
dependencies.
|
||||
|
||||
|
||||
``COMMENT``
|
||||
Display the given message before the commands are executed at
|
||||
build time. This will be ignored if ``APPEND`` is given, although a future
|
||||
|
@ -84,14 +84,17 @@ Main functions provided by the module
|
||||
are set depending on the extension of the matched file:
|
||||
|
||||
if match is **.resx** file:
|
||||
|
||||
- VS_CSHARP_AutoGen "True"
|
||||
- VS_CSHARP_DesignTime "True"
|
||||
- VS_CSHARP_DependentUpon <resx-filename>
|
||||
|
||||
if match is **.cs** file:
|
||||
|
||||
- VS_CSHARP_DependentUpon <cs-filename>
|
||||
|
||||
if match is **.settings** file:
|
||||
|
||||
- VS_CSHARP_AutoGen "True"
|
||||
- VS_CSHARP_DesignTimeSharedInput "True"
|
||||
- VS_CSHARP_DependentUpon <settings-filename>
|
||||
|
Loading…
Reference in New Issue
Block a user