Merge pull request #6955
e167af2
[doc] Remove excessive white space (MarcoFalke)e0eeb67
[trivial] clang-format: Set AlignAfterOpenBracket: false (MarcoFalke)0af8fe4
devtools: Update README.md (MarcoFalke)
This commit is contained in:
commit
4ee149a6db
4 changed files with 17 additions and 10 deletions
|
@ -62,6 +62,11 @@ optimize-pngs.py
|
|||
A script to optimize png files in the bitcoin
|
||||
repository (requires pngcrush).
|
||||
|
||||
security-check.py and test-security-check.py
|
||||
============================================
|
||||
|
||||
Perform basic ELF security checks on a series of executables.
|
||||
|
||||
symbol-check.py
|
||||
===============
|
||||
|
||||
|
|
|
@ -213,6 +213,7 @@ Hardening enables the following features:
|
|||
scanelf -e ./bitcoin
|
||||
|
||||
The output should contain:
|
||||
|
||||
TYPE
|
||||
ET_DYN
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
Language: Cpp
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: false
|
||||
AlignEscapedNewlinesLeft: true
|
||||
AlignTrailingComments: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
|
@ -26,7 +28,6 @@ IndentCaseLabels: false
|
|||
IndentFunctionDeclarationAfterType: false
|
||||
IndentWidth: 4
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
Language: Cpp
|
||||
MaxEmptyLinesToKeep: 2
|
||||
NamespaceIndentation: None
|
||||
ObjCSpaceAfterProperty: false
|
||||
|
|
Loading…
Reference in a new issue