diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2017-03-31 22:29:34 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-03-31 22:29:34 +0200 |
commit | a4874270f791fae8745cac23e153c59bef81bd1e (patch) | |
tree | 57c23095f61550700b6f7d863a5cbd196bd7237e /.clang-format | |
parent | 529ba8002d686cdf004405e033fe7e95ea6cbacd (diff) | |
download | minetest-a4874270f791fae8745cac23e153c59bef81bd1e.tar.gz minetest-a4874270f791fae8745cac23e153c59bef81bd1e.tar.bz2 minetest-a4874270f791fae8745cac23e153c59bef81bd1e.zip |
Fix clang-format Columns Width
Also fix l_client.cpp/h and remove them from whitelist
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 82e2abf15..547df6a95 100644 --- a/.clang-format +++ b/.clang-format @@ -5,6 +5,7 @@ BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false AccessModifierOffset: -8 +ColumnLimit: 90 IncludeCategories: - Regex: '^".*' Priority: 2 |