diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-01-06 05:45:49 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:28 +0200 |
commit | e0c4c7337debe586146d49fad2e255e601e2e3c9 (patch) | |
tree | 2c3d92784815fff76d1217d36dd342e339cf9a25 | |
parent | c3d264b52d2516e00f641ed2f7bb71f367a6400b (diff) |
add the astyle script used to format the files
-rw-r--r-- | onlineupdate/astyle.options | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/onlineupdate/astyle.options b/onlineupdate/astyle.options new file mode 100644 index 000000000000..fc8d9f69faff --- /dev/null +++ b/onlineupdate/astyle.options @@ -0,0 +1,7 @@ +--style=allman +-s4 +--indent=spaces=4 +--attach-namespaces +--indent-switches +--indent-col1-comments +--pad-header |