about summary refs log tree commit diff stats
path: root/.clang-format
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2022-06-05 12:12:14 +0100
committerRory Bradford <roryrjb@gmail.com>2022-06-05 12:12:14 +0100
commit0e5b784369d18467ced409c204e0f2191646e309 (patch)
treef5fbe59391ceebb300bdb9158c7d249f7430e7e8 /.clang-format
parentfa0fe3da2bad35c79d9588d5fc6c3e554671533e (diff)
downloadrf-0e5b784369d18467ced409c204e0f2191646e309.tar.gz
Remove editor/formatting configs.
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format8
1 files changed, 0 insertions, 8 deletions
diff --git a/.clang-format b/.clang-format
deleted file mode 100644
index 8af29b3..0000000
--- a/.clang-format
+++ /dev/null
@@ -1,8 +0,0 @@
-IndentWidth: 4
-TabWidth: 4
-UseTab: Always
-AllowShortIfStatementsOnASingleLine: false
-IndentCaseLabels: false
-AlignAfterOpenBracket: DontAlign
-AllowAllParametersOfDeclarationOnNextLine: true
-ConstructorInitializerAllOnOneLineOrOnePerLine: false