diff options
| author | Martin Stensgård <mastensg@mastensg.net> | 2025-04-17 16:41:54 +0200 |
|---|---|---|
| committer | Martin Stensgård <mastensg@mastensg.net> | 2025-04-17 18:03:56 +0200 |
| commit | 2e9521d7862c822af0d3c534f558b727dcd4a135 (patch) | |
| tree | 7adf7cc8e5079d1f698588a291856c77d048b090 /.clang-format | |
| parent | dd8a0ef43f7cfe2d979152f0f0c5afbd418dd8b3 (diff) | |
opplysning: table of events
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..a61fad0 --- /dev/null +++ b/.clang-format @@ -0,0 +1,12 @@ +--- +Language: Cpp + +BasedOnStyle: LLVM + +AllowShortFunctionsOnASingleLine: None +BreakBeforeBraces: Linux +IndentWidth: 8 +AlwaysBreakAfterReturnType: AllDefinitions +UseTab: Always + +... |
