mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
14 lines
223 B
Text
14 lines
223 B
Text
|
# Do not create a backup file
|
||
|
suffix=none
|
||
|
|
||
|
indent=spaces=4
|
||
|
|
||
|
# Brackets
|
||
|
style=break
|
||
|
remove-brackets # Remove brackets on single-line `if` and `for` (requires astyle 2.04)
|
||
|
|
||
|
# Spaces
|
||
|
pad-paren-in
|
||
|
pad-header
|
||
|
align-pointer=type
|