aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-14 17:55:51 +0200
committerBad Diode <bd@badd10de.dev>2024-06-14 17:55:51 +0200
commit3aae2f36047e9adc6a59b886492254eb4370777d (patch)
tree7d8f8fc069393dd38e9688d8d7cf77117ba5235f /.clang-format
parentdeaf192df939c9ec9a62ef4febaf76ade0dcbb01 (diff)
downloadbdl-3aae2f36047e9adc6a59b886492254eb4370777d.tar.gz
bdl-3aae2f36047e9adc6a59b886492254eb4370777d.zip
Starting fresh with the `badlang`
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..8e3520e
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,6 @@
1BasedOnStyle: Chromium
2IndentWidth: 4
3BreakBeforeBraces: Attach
4AllowShortIfStatementsOnASingleLine: Always
5AlwaysBreakAfterDefinitionReturnType: All
6PointerAlignment: Right