aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-03 20:31:01 +0900
committernsfisis <nsfisis@gmail.com>2025-09-03 20:31:01 +0900
commitb845c3cebf6ae86036a85bbdc155def5044c9940 (patch)
tree5159a77490c54466a9850e1cc138cea57f7cf62d /.clang-format
parentf3a1ea57244608c1795e7f90cb3077c6a01686a9 (diff)
downloadducc-b845c3cebf6ae86036a85bbdc155def5044c9940.tar.gz
ducc-b845c3cebf6ae86036a85bbdc155def5044c9940.tar.zst
ducc-b845c3cebf6ae86036a85bbdc155def5044c9940.zip
feat: use <stdio.h> of glibc in examples/*.c
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format5
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 35dc112..121ae98 100644
--- a/.clang-format
+++ b/.clang-format
@@ -9,6 +9,11 @@ AlignTrailingComments: false
AllowShortFunctionsOnASingleLine: None
BreakStringLiterals: false
ColumnLimit: 120
+IncludeCategories:
+ - Regex: '<.+>'
+ Priority: 1
+ - Regex: '.*'
+ Priority: 2
IndentWidth: 4
KeepEmptyLines:
AtStartOfBlock: false