calamares/ci/astylerc
Adriaan de Groot 54c3adb466 CI: add brackets to one-line blocks
- 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++.
2019-06-11 13:44:29 +02:00

14 lines
149 B
Plaintext

# 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