We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cc120 commit 416f7ffCopy full SHA for 416f7ff
1 file changed
Test/src/FormatStyle_unitest.cpp
@@ -1995,7 +1995,7 @@ local t = true==false or a<2 and b>3 or c<=4 and d>=5 or e~=6 and f==7
1995
TEST(FormatByStyleOption, allow_non_indented_comments) {
1996
LuaStyle style;
1997
1998
- style.allow_non_indented_comments = false;
+ style.allow_non_indented_comments = true;
1999
EXPECT_TRUE(TestHelper::TestFormatted(
2000
R"(
2001
function f()
0 commit comments