mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-10-28 18:21:39 +00:00
f4c633d94a
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
14 lines
356 B
INI
14 lines
356 B
INI
[VARIABLES]
|
|
additional-builtins=_
|
|
|
|
[FORMAT]
|
|
|
|
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
|
|
# tab).
|
|
indent-string=' '
|
|
|
|
# Number of spaces of indent required inside a hanging or continued line.
|
|
indent-after-paren=4
|
|
|
|
# Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
|
|
expected-line-ending-format=
|