We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74a3b9a + 25a9dfb commit 800adcbCopy full SHA for 800adcb
1 file changed
include/vix/cli/errors/CodeFrame.hpp
@@ -24,7 +24,7 @@ namespace vix::cli::errors
24
int contextLines = 1;
25
int tabWidth = 4;
26
int maxLineWidth = 120;
27
- bool leadingBlankLine = true;
+ bool leadingBlankLine = false;
28
};
29
30
// Prints a compact code frame + caret under the error column.
0 commit comments