From 1cc76724bed0180355e53d705bb9ec30928a71ac Mon Sep 17 00:00:00 2001 From: Rory Bradford Date: Fri, 10 Apr 2020 11:34:57 +0100 Subject: Refactor Implement `fnmatch` file name matching. Define clang formatting, previously used defaults without a config file; apply formatting. Make `install` more cross-platform. Signed-off-by: Rory Bradford --- .clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..8af29b3 --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +IndentWidth: 4 +TabWidth: 4 +UseTab: Always +AllowShortIfStatementsOnASingleLine: false +IndentCaseLabels: false +AlignAfterOpenBracket: DontAlign +AllowAllParametersOfDeclarationOnNextLine: true +ConstructorInitializerAllOnOneLineOrOnePerLine: false -- cgit 1.4.1-2-gfad0