confOS/dotfiles/.clang-format

6 lines
147 B
Text
Raw Normal View History

2023-01-25 09:23:32 +01:00
IndentWidth: 2
2023-11-25 22:05:17 +01:00
AlwaysBreakTemplateDeclarations: true
2023-12-13 12:00:58 +01:00
InsertBraces: true
2023-12-25 18:52:53 +01:00
AllowShortFunctionsOnASingleLine: Empty
2024-04-22 02:32:30 +02:00
AllowShortLoopsOnASingleLine: true