mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
37 lines
414 B
INI
37 lines
414 B
INI
|
# vim: ft=cfg
|
||
|
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
[MAIN]
|
||
|
|
||
|
jobs=0
|
||
|
|
||
|
|
||
|
[FORMAT]
|
||
|
|
||
|
expected-line-ending-format=LF
|
||
|
max-line-length=79
|
||
|
|
||
|
|
||
|
[LOGGING]
|
||
|
|
||
|
logging-format-style=new
|
||
|
|
||
|
|
||
|
[MESSAGES CONTROL]
|
||
|
|
||
|
confidence=
|
||
|
|
||
|
|
||
|
[REPORTS]
|
||
|
|
||
|
output-format=colorized
|
||
|
reports=no
|
||
|
|
||
|
|
||
|
[STRING]
|
||
|
|
||
|
check-quote-consistency=yes
|
||
|
check-str-concat-over-line-jumps=yes
|