summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-10-03 21:29:16 +0200
committerThomas Haller <thaller@redhat.com>2022-11-16 12:56:13 +0100
commit6f330a56bcd47460ac23fe52b391533eeb555c26 (patch)
tree2654c65f3b3f19e5489b3f5ad6d606e2dbdbf556
parentc134538e22627e63e729ac4537b880ab0c848a4a (diff)
downloadnetwork-manager-applet-6f330a56bcd47460ac23fe52b391533eeb555c26.tar.gz
add simple clang-format configuration file
-rw-r--r--.clang-format9
1 files changed, 9 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 00000000..f27ad294
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,9 @@
+Language: Cpp
+
+TabWidth: 4
+IndentWidth: 4
+UseTab: ForIndentation
+ColumnLimit: 100
+ContinuationIndentWidth: 4
+UseCRLF: false
+SpaceBeforeParens: Always