mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
0f93fa109c
Fixed curl stack shutdown with active downloads.
17 lines
540 B
YAML
17 lines
540 B
YAML
---
|
|
Checks: '-*,readability-identifier-naming'
|
|
FormatStyle: 'file'
|
|
CheckOptions:
|
|
- key: readability-identifier-naming.LocalVariableCase
|
|
value: lower_case
|
|
- key: readability-identifier-naming.ParameterCase
|
|
value: lower_case
|
|
- key: readability-identifier-naming.FunctionCase
|
|
value: lower_case
|
|
- key: readability-identifier-naming.PrivateMemberPrefix
|
|
value: m_
|
|
- key: readability-identifier-naming.PrivateMemberCase
|
|
value: lower_case
|
|
- key: readability-identifier-naming.ClassConstantCase
|
|
value: lower_case
|