mirror of
https://github.com/halo-re/halo.git
synced 2024-11-26 23:20:22 +00:00
Move .clang-format up
This commit is contained in:
parent
454e4e4684
commit
b3b96213a3
@ -235,7 +235,7 @@ class SourceManager:
|
||||
|
||||
@staticmethod
|
||||
def reformat_file(path: str):
|
||||
call_args = ['clang-format', '-style=file:src/.clang-format', '-i', path]
|
||||
call_args = ['clang-format', '-style=file:.clang-format', '-i', path]
|
||||
log.debug('Calling: %s', ' '.join(call_args))
|
||||
subprocess.check_call(call_args)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user