Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/libhamcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-03-09 07:27:45 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2021-03-09 07:27:45 +0300
commitafe882a6739dcb0efba5cc9fabd7647b98a9fbba (patch)
treefa0c733a09ea468a9932daeba771a363a63c8c7e
parent5b38a683cf8f14b6d153a79da8bb596103d4240c (diff)
Add clang-format configuration
-rw-r--r--.clang-format7
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..90cfc78
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,7 @@
+AlignAfterOpenBracket: Align
+AllowShortCaseLabelsOnASingleLine: true
+BreakBeforeBraces: Allman
+ColumnLimit: 120
+IndentWidth: 4
+TabWidth: 4
+UseTab: ForContinuationAndIndentation