mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
config clang-format to ignore oclint pragmas
This commit is contained in:
parent
4246cfa95c
commit
d4b5620bb3
|
@ -6,3 +6,5 @@
|
|||
BasedOnStyle: Google
|
||||
ColumnLimit: 100
|
||||
IndentWidth: 4
|
||||
# We don't want OCLint pragmas to be reformatted.
|
||||
CommentPragmas: '^!OCLINT'
|
||||
|
|
Loading…
Reference in New Issue
Block a user