aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorKarsten Schmidt <k@postspectacular.com>2017-07-14 12:12:14 +0100
committerKarsten Schmidt <k@postspectacular.com>2017-07-14 12:12:14 +0100
commit695b1f15a666ae03b7a3b1db221d84218221b6ad (patch)
tree9df994df0025e455427499336ca780d57de421c3 /.clang-format
downloadtinyalloc-695b1f15a666ae03b7a3b1db221d84218221b6ad.tar.gz
initial import
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format13
1 files changed, 13 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..2d4f338
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,13 @@
+BasedOnStyle: Google
+AllowAllParametersOfDeclarationOnNextLine: false
+AlignConsecutiveAssignments: true
+AllowShortBlocksOnASingleLine: false
+AllowShortFunctionsOnASingleLine: false
+AllowShortIfStatementsOnASingleLine: false
+AllowShortLoopsOnASingleLine: false
+BinPackParameters: false
+BreakBeforeBraces: Attach
+IndentWidth: 4
+ColumnLimit: 80
+ReflowComments: false
+SortIncludes: true \ No newline at end of file