mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 01:44:35 +08:00
[clang-format] remove duplicate option
``` /home/sergeyb/sources/MRG/oss-fuzz/FreeRDP/.clang-format:110:1: error: duplicated mapping key 'ObjCSpaceAfterProperty' ObjCSpaceAfterProperty: false ^~~~~~~~~~~~~~~~~~~~~~ Error reading /home/sergeyb/sources/MRG/oss-fuzz/FreeRDP/.clang-format: Invalid argument ```
This commit is contained in:
parent
9a7aa8dbac
commit
2b7f09ea3c
@ -104,7 +104,6 @@ ForEachMacros:
|
||||
...
|
||||
Language: ObjC
|
||||
PointerBindsToType: false
|
||||
ObjCSpaceAfterProperty: true
|
||||
SortIncludes: false
|
||||
ObjCBlockIndentWidth: 4
|
||||
ObjCSpaceAfterProperty: false
|
||||
|
Loading…
Reference in New Issue
Block a user