Skip to content

Commit

Permalink
clang-format Server.cpp (ClickHouse#550)
Browse files Browse the repository at this point in the history
* clang-format Server.cpp

* SCOPE_EXIT

* fix sort includes

* format
  • Loading branch information
proller authored and alexey-milovidov committed Mar 3, 2017
1 parent 79434b6 commit 2252864
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 115 deletions.
4 changes: 3 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ IncludeCategories:
Priority: 1
- Regex: '^<[a-z_]+.h>'
Priority: 2
- Regex: '^["<](common|ext|mysqlxx|daemon)/'
- Regex: '^["<](common|ext|mysqlxx|daemon|zkutil)/'
Priority: 90
- Regex: '^["<](DB)/'
Priority: 100
- Regex: '^["<](Poco)/'
Priority: 50
- Regex: '^"'
Priority: 110
- Regex: '/'
Priority: 30
- Regex: '.*'
Expand Down
Loading

0 comments on commit 2252864

Please sign in to comment.