mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7426 from aarlt/clang-format
clang-format: add "UseTab: ForIndentation" @ develop
This commit is contained in:
commit
8b6b1ca986
@ -25,6 +25,7 @@ PenaltyBreakBeforeFirstCallParameter: 2000
|
|||||||
SpaceAfterCStyleCast: true
|
SpaceAfterCStyleCast: true
|
||||||
SpaceBeforeParens: ControlStatements
|
SpaceBeforeParens: ControlStatements
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
|
UseTab: ForIndentation
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: yaml
|
# mode: yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user