diff options
| author | Marc <foxtrot@malloc.me> | 2021-11-30 22:39:26 +0000 |
|---|---|---|
| committer | Marc <foxtrot@malloc.me> | 2021-12-01 16:54:44 +0000 |
| commit | ae6c98a48da409d040604aeffb84a38155fb5bac (patch) | |
| tree | c27a8e28972209581ce3fba2130bf0c2b4f9c9c0 /.clang-format | |
| download | libwifi-ae6c98a48da409d040604aeffb84a38155fb5bac.tar.gz libwifi-ae6c98a48da409d040604aeffb84a38155fb5bac.tar.bz2 libwifi-ae6c98a48da409d040604aeffb84a38155fb5bac.zip | |
Initial Commit
Signed-off-by: Marc <foxtrot@malloc.me>
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 8 |
1 files changed, 8 insertions, 0 deletions
| diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..cce8123 --- /dev/null +++ b/.clang-format | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | --- | ||
| 2 | BasedOnStyle: LLVM | ||
| 3 | IndentWidth: '4' | ||
| 4 | SpaceAfterCStyleCast: 'true' | ||
| 5 | ColumnLimit: 110 | ||
| 6 | AllowShortFunctionsOnASingleLine: None | ||
| 7 | IndentCaseLabels: 'true' | ||
| 8 | ... | ||
