diff .clang-format @ 77:6f7385bd334c

*: update formatted all source files, no more subclassing QThread... many other changes :)
author Paper <mrpapersonic@gmail.com>
date Fri, 06 Oct 2023 06:18:53 -0400
parents 2743011a6042
children d02fdf1d6708
line wrap: on
line diff
--- a/.clang-format	Wed Oct 04 01:46:33 2023 -0400
+++ b/.clang-format	Fri Oct 06 06:18:53 2023 -0400
@@ -11,6 +11,7 @@
 IndentAccessModifiers: true
 IndentPPDirectives: AfterHash
 
+BreakArrays: true
 BreakBeforeBraces: Attach
 BreakStringLiterals: true
 
@@ -25,6 +26,8 @@
 AllowShortFunctionsOnASingleLine: InlineOnly
 AllowShortCaseLabelsOnASingleLine: true
 
+Cpp11BracedListStyle: true
+
 ---
 Language: Cpp
 Standard: Cpp11