mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
config clang-format to ignore oclint pragmas
This commit is contained in:
parent
4246cfa95c
commit
d4b5620bb3
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@
|
||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
|
# We don't want OCLint pragmas to be reformatted.
|
||||||
|
CommentPragmas: '^!OCLINT'
|
||||||
|
|
Loading…
Reference in a new issue