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"
|
||||
|
||||
options: {
|
||||
"C++": true
|
||||
"C": true
|
||||
"Objective-C": true
|
||||
"C++": false
|
||||
"C": false
|
||||
"Objective-C": false
|
||||
}
|
||||
|
||||
###
|
||||
|
|
Loading…
Reference in New Issue