diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-21 12:21:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-21 12:21:36 +0900 |
| commit | 272dc62d4403202ff93d1e212b9c7a8fbee43074 (patch) | |
| tree | 8def93d7225d55c3bc230bd86ed3ad5e245d358d /.clang-format | |
| parent | 1d21b9c84f5b9c4f3273f584e6c09f5e7735aa37 (diff) | |
| download | dotfiles-272dc62d4403202ff93d1e212b9c7a8fbee43074.tar.gz dotfiles-272dc62d4403202ff93d1e212b9c7a8fbee43074.tar.zst dotfiles-272dc62d4403202ff93d1e212b9c7a8fbee43074.zip | |
clang-format: move .clang-format to scaffold
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index b80700c..0000000 --- a/.clang-format +++ /dev/null @@ -1,18 +0,0 @@ -# https://clang.llvm.org/docs/ClangFormatStyleOptions.html - -Language: Cpp -Standard: Latest -BasedOnStyle: LLVM - -AccessModifierOffset: -4 -AlignEscapedNewlines: DontAlign -AlignTrailingComments: false -AllowShortBlocksOnASingleLine: Never -AllowShortFunctionsOnASingleLine: None -AlwaysBreakTemplateDeclarations: Yes -BreakStringLiterals: false -ColumnLimit: 120 -IndentWidth: 4 -KeepEmptyLinesAtTheStartOfBlocks: false -MaxEmptyLinesToKeep: 1 -PointerAlignment: Left |
