mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
- since we mix Python (indentation is important) with C++ (it isn't), having indented one-line blocks which suddenly need {} when a statment is added is confusing and error-prone. Instead, make the blocks explicit, always, in C++.
13 lines
149 B
Text
13 lines
149 B
Text
# Do not create a backup file
|
|
suffix=none
|
|
|
|
indent=spaces=4
|
|
|
|
# Brackets
|
|
style=break
|
|
add-brackets
|
|
|
|
# Spaces
|
|
pad-paren-in
|
|
pad-header
|
|
align-pointer=type
|