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:
Nikita Nemkin 2025-01-23 15:31:59 +05:00 committed by Brad King
parent 718043b540
commit 51e4d81f16
14 changed files with 114 additions and 112 deletions

View File

@ -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

View File

@ -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>