mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 04:54:13 +00:00
[PR #1168] [CLOSED] [IMPROVEMENT] Clang format #1953
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1168
Author: @NilsIrl
Created: 1/1/2020
Status: ❌ Closed
Base:
master← Head:clang-format📝 Commits (2)
951bb86Add basic .clang-format81170declang-format files📊 Changes
114 files changed (+22424 additions, -17934 deletions)
View changed files
➕
.clang-format(+6 -0)📝
src/ccextractor.c(+492 -399)📝
src/lib_ccx/activity.c(+59 -55)📝
src/lib_ccx/activity.h(+10 -10)📝
src/lib_ccx/asf_constants.h(+64 -42)📝
src/lib_ccx/asf_functions.c(+803 -470)📝
src/lib_ccx/avc_functions.c(+751 -531)📝
src/lib_ccx/avc_functions.h(+6 -3)📝
src/lib_ccx/bitstream.h(+19 -20)📝
src/lib_ccx/cc_bitstream.c(+79 -77)📝
src/lib_ccx/ccx_common_char_encoding.c(+783 -781)📝
src/lib_ccx/ccx_common_common.c(+16 -17)📝
src/lib_ccx/ccx_common_common.h(+29 -27)📝
src/lib_ccx/ccx_common_constants.c(+156 -211)📝
src/lib_ccx/ccx_common_constants.h(+112 -104)📝
src/lib_ccx/ccx_common_option.c(+115 -84)📝
src/lib_ccx/ccx_common_option.h(+135 -91)📝
src/lib_ccx/ccx_common_platform.h(+105 -105)📝
src/lib_ccx/ccx_common_structs.h(+44 -25)📝
src/lib_ccx/ccx_common_timing.c(+146 -113)...and 80 more files
📄 Description
My familiarity with the project is as follows (check one):
Defines a coding standard so that each pr doesn't change the formatting.
Also please give feedback on what rules to use. I just set the ones that I noticed followed the existing style.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.