mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-09 14:52:39 +01:00
24 lines
647 B
INI
24 lines
647 B
INI
|
## 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
|