From 33a2bc9d3f389a95cbb6e627f5b2b3457f91d839 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 9 Nov 2017 14:10:37 -0500 Subject: [PATCH] Configurations: document error_on_line_overflow_comments --- Configurations.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Configurations.md b/Configurations.md index 619900d18499..55bf9f6bb26d 100644 --- a/Configurations.md +++ b/Configurations.md @@ -484,6 +484,15 @@ Error if unable to get all lines within `max_width` See also [`max_width`](#max_width). +## `error_on_line_overflow_comments` + +Error if unable to get all comment lines within `comment_width`. + +- **Default value**: `true` +- **Possible values**: `true`, `false` + +See also [`comment_width`](#comment_width). + ## `fn_args_density` Argument density in functions