I Will migrate to unc sometimes.
This commit is contained in:
parent
5b97260104
commit
2464df5c00
24
resources/scripts/uncrustify/uncrustify.cfg
Normal file
24
resources/scripts/uncrustify/uncrustify.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
## Qt.
|
||||
|
||||
set FOR foreach
|
||||
set FOR forever
|
||||
|
||||
## General.
|
||||
|
||||
newlines = auto # auto/lf/crlf/cr
|
||||
|
||||
# The original size of tabs in the input
|
||||
input_tab_size = 2 # number
|
||||
|
||||
# The size of tabs in the output (only used if align_with_tabs=true)
|
||||
output_tab_size = 2 # number
|
||||
|
||||
## Spaces.
|
||||
|
||||
## Indents.
|
||||
|
||||
## Modifications.
|
||||
|
||||
# If True, will sort consecutive single-line '#include' statements [C/C++] and '#import' statements [Obj-C]
|
||||
# This is generally a bad idea, as it may break your code.
|
||||
mod_sort_include = true # false/true
|
Loading…
x
Reference in New Issue
Block a user