diff options
author | Loïc Blot <loic.blot@unix-experience.fr> | 2017-04-10 09:17:53 +0200 |
---|---|---|
committer | Loïc Blot <loic.blot@unix-experience.fr> | 2017-04-10 09:17:53 +0200 |
commit | b4106ca58f723a64bcaec619b7f5c686f5e4abb2 (patch) | |
tree | 5d6d63d24b1666d5e3fd5905f109985c70467581 /.clang-format | |
parent | 0419552c923d7088215cf711657d6223e1b8569a (diff) | |
download | minetest-b4106ca58f723a64bcaec619b7f5c686f5e4abb2.tar.gz minetest-b4106ca58f723a64bcaec619b7f5c686f5e4abb2.tar.bz2 minetest-b4106ca58f723a64bcaec619b7f5c686f5e4abb2.zip |
Clang-format styles fixes since previous commit
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 05a6b3385..d2e2f2940 100644 --- a/.clang-format +++ b/.clang-format @@ -2,6 +2,7 @@ BasedOnStyle: LLVM IndentWidth: 8 UseTab: Always BreakBeforeBraces: Custom +Standard: Cpp03 BraceWrapping: AfterClass: true AfterControlStatement: false @@ -16,6 +17,8 @@ AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false AccessModifierOffset: -8 ColumnLimit: 90 +AllowShortFunctionsOnASingleLine: Inline +SortIncludes: false IncludeCategories: - Regex: '^".*' Priority: 2 |