Skip to content

Commit 2ace9a4

Browse files
committed
papers: align mode-line marker to ColumnLimit in listing header
The -*-C++-*- marker was right-aligned to column 80, one past the repo's 79-column header convention (matching every include/ and tests/ header). Pull it in one column so the marker lands on the ColumnLimit, which is also what keeps clang-format comment-reflow from rewrapping it.
1 parent b17a757 commit 2ace9a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

papers/wg21-latex/implementation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// papers/wg21-latex/implementation.hpp -*-C++-*-
1+
// papers/wg21-latex/implementation.hpp -*-C++-*-
22
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
33
// ----------------------
44
// BASE AND DETAILS ELIDED

0 commit comments

Comments
 (0)