mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Add info and files for coding style. Issue #2192.
This commit is contained in:
parent
c75d6fd2b5
commit
5e6c38a524
3 changed files with 91 additions and 1 deletions
49
uncrustify.cfg
Normal file
49
uncrustify.cfg
Normal file
|
@ -0,0 +1,49 @@
|
|||
set FOR foreach
|
||||
|
||||
newlines = LF
|
||||
|
||||
indent_with_tabs = 0
|
||||
indent_columns = 4
|
||||
indent_switch_case = 0
|
||||
indent_namespace = true
|
||||
indent_class = true
|
||||
indent_col1_comment = true
|
||||
indent_access_spec = -4
|
||||
|
||||
nl_enum_brace = add
|
||||
nl_union_brace = add
|
||||
nl_struct_brace = add
|
||||
nl_class_brace = add
|
||||
nl_do_brace = remove
|
||||
nl_if_brace = remove
|
||||
nl_for_brace = remove
|
||||
nl_else_brace = remove
|
||||
nl_while_brace = remove
|
||||
nl_switch_brace = remove
|
||||
nl_brace_while = remove
|
||||
nl_brace_else = remove
|
||||
nl_try_brace = remove
|
||||
nl_fcall_brace = remove
|
||||
nl_fdef_brace = add
|
||||
nl_after_return = false
|
||||
nl_brace_else = add
|
||||
nl_class_leave_one_liners = true
|
||||
|
||||
mod_full_brace_if = remove
|
||||
mod_full_brace_do = remove
|
||||
mod_full_brace_while = remove
|
||||
mod_full_brace_for = remove
|
||||
mod_full_brace_if_chain = true
|
||||
mod_full_brace_nl = 3
|
||||
mod_full_paren_if_bool = true
|
||||
|
||||
sp_else_brace = add
|
||||
sp_try_brace = add
|
||||
sp_arith = add
|
||||
sp_assign = add
|
||||
sp_defined_paren = ignore
|
||||
sp_pp_concat = ignore
|
||||
sp_pp_stringify = ignore
|
||||
sp_bool = add
|
||||
sp_after_class_colon = add
|
||||
sp_before_class_colon = remove
|
Loading…
Add table
Add a link
Reference in a new issue