Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 383 Bytes

File metadata and controls

15 lines (12 loc) · 383 Bytes
description Avoid trailing whitespace
ms.custom PSSA v1.21.0
ms.date 06/28/2023
ms.topic reference
title AvoidTrailingWhitespace

AvoidTrailingWhitespace

Severity Level: Information

Description

Lines should not end with whitespace characters. This can cause problems with the line-continuation backtick, and also clutters up future commits to source control.