Which happens when a .editorconfig is in a subdirectory, not the root. In this case we need Set the fallback value to `False`, which is what editorconfig expects. Closes: #13568pull/13576/head
parent
cdf646feb8
commit
18f4a058bf
4 changed files with 8 additions and 1 deletions
@ -0,0 +1,2 @@ |
||||
[*] |
||||
max_line_length = 120 |
@ -0,0 +1,3 @@ |
||||
project('line') |
||||
|
||||
msg = 'this is a very long line, and it should be be wrapped because we have line length limit of 120, not 60' |
Loading…
Reference in new issue