From f4e653a8de10387a0c95d5b4233858da43012bf9 Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta Date: Mon, 15 Sep 2025 15:45:14 +0530 Subject: [PATCH] chore(docs): Add final newline to markdown files (#19645) Several documentation files were missing a final newline character. This change adds them to adhere to POSIX conventions and improve compatibility with various text-processing tools. It also helps to create cleaner diffs in the future. --- docs/api-compat.md | 2 +- docs/build.md | 2 +- docs/porting-code-from-3rd-party-sources.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api-compat.md b/docs/api-compat.md index 1aa4fbd422..17dc42b38c 100644 --- a/docs/api-compat.md +++ b/docs/api-compat.md @@ -29,4 +29,4 @@ API changes are validated against a **baseline version**—the reference point f ## Additional Resources -- [API Validation Tool Implementation](https://github.com/AvaloniaUI/Avalonia/pull/12072) - Pull request that introduced this feature \ No newline at end of file +- [API Validation Tool Implementation](https://github.com/AvaloniaUI/Avalonia/pull/12072) - Pull request that introduced this feature diff --git a/docs/build.md b/docs/build.md index d54bdeee20..8f0cfafaca 100644 --- a/docs/build.md +++ b/docs/build.md @@ -108,4 +108,4 @@ It is possible to run some .NET Framework samples and tests using .NET Framework ## Building Avalonia into a local NuGet cache -See [Building Local NuGet Packages](nuget.md) \ No newline at end of file +See [Building Local NuGet Packages](nuget.md) diff --git a/docs/porting-code-from-3rd-party-sources.md b/docs/porting-code-from-3rd-party-sources.md index 9aa72b8fce..249c215545 100644 --- a/docs/porting-code-from-3rd-party-sources.md +++ b/docs/porting-code-from-3rd-party-sources.md @@ -9,4 +9,4 @@ When porting code or adapting code from other projects with a MIT compatible lic // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. ``` -If the file is a port of a specific commit of file from a 3rd party source, then consider including a permalink to the source file. \ No newline at end of file +If the file is a port of a specific commit of file from a 3rd party source, then consider including a permalink to the source file.