mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
13 lines
223 B
Text
13 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
|