Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 359 Bytes

File metadata and controls

14 lines (11 loc) · 359 Bytes
description Avoid trailing whitespace
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.