Erik Hajnal
Results
1
issues of
Erik Hajnal
Currently, yapf formats the following code: ```python if True: print(2) ``` like this: ```python if True: print(2) ``` However, I don't want to have blank lines right at the beginning...