Disable options in clang-format formatter
This commit is contained in:
parent
9985f0677b
commit
185edce22e
|
@ -12,9 +12,9 @@ module.exports = class ClangFormat extends Beautifier
|
||||||
name: "clang-format"
|
name: "clang-format"
|
||||||
|
|
||||||
options: {
|
options: {
|
||||||
"C++": true
|
"C++": false
|
||||||
"C": true
|
"C": false
|
||||||
"Objective-C": true
|
"Objective-C": false
|
||||||
}
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in New Issue