From 31d97af311796544d89aa823afc406a6a7ba965a Mon Sep 17 00:00:00 2001 From: Maix0 <39835848+Maix0@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:10:39 +0200 Subject: [PATCH] chore(cleanup): removed duplicated .gitignore and .clang-format files --- ex00/.clang-format | 57 ---------------------------------------------- ex00/.gitignore | 8 ------- ex01/.clang-format | 57 ---------------------------------------------- ex01/.gitignore | 8 ------- ex02/.clang-format | 57 ---------------------------------------------- ex02/.gitignore | 8 ------- ex03/.clang-format | 57 ---------------------------------------------- ex03/.gitignore | 8 ------- ex04/.clang-format | 57 ---------------------------------------------- ex04/.gitignore | 8 ------- 10 files changed, 325 deletions(-) delete mode 100644 ex00/.clang-format delete mode 100644 ex00/.gitignore delete mode 100644 ex01/.clang-format delete mode 100644 ex01/.gitignore delete mode 100644 ex02/.clang-format delete mode 100644 ex02/.gitignore delete mode 100644 ex03/.clang-format delete mode 100644 ex03/.gitignore delete mode 100644 ex04/.clang-format delete mode 100644 ex04/.gitignore diff --git a/ex00/.clang-format b/ex00/.clang-format deleted file mode 100644 index beb2561..0000000 --- a/ex00/.clang-format +++ /dev/null @@ -1,57 +0,0 @@ -BasedOnStyle: Chromium -AccessModifierOffset: 0 -AlignConsecutiveAssignments: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: false -AlignConsecutiveBitFields: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveDeclarations: - Enabled: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveMacros: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveShortCaseStatements: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCaseArrows: true - AlignCaseColons: true -ColumnLimit: 100 -NamespaceIndentation: All -CommentPragmas: "" -IncludeCategories: - - Regex: ^<.*\.h> - Priority: 1 - SortPriority: 0 - CaseSensitive: false - - Regex: ^<.* - Priority: 2 - SortPriority: 0 - CaseSensitive: false - - Regex: .* - Priority: 3 - SortPriority: 0 - CaseSensitive: false -IndentPPDirectives: AfterHash -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -Language: Cpp -IndentAccessModifiers: true diff --git a/ex00/.gitignore b/ex00/.gitignore deleted file mode 100644 index 3efd3b1..0000000 --- a/ex00/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.o -*.hex -*.bin -*.elf -build/ -/avr-libc -compile_commands.json -.cache/ diff --git a/ex01/.clang-format b/ex01/.clang-format deleted file mode 100644 index beb2561..0000000 --- a/ex01/.clang-format +++ /dev/null @@ -1,57 +0,0 @@ -BasedOnStyle: Chromium -AccessModifierOffset: 0 -AlignConsecutiveAssignments: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: false -AlignConsecutiveBitFields: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveDeclarations: - Enabled: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveMacros: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveShortCaseStatements: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCaseArrows: true - AlignCaseColons: true -ColumnLimit: 100 -NamespaceIndentation: All -CommentPragmas: "" -IncludeCategories: - - Regex: ^<.*\.h> - Priority: 1 - SortPriority: 0 - CaseSensitive: false - - Regex: ^<.* - Priority: 2 - SortPriority: 0 - CaseSensitive: false - - Regex: .* - Priority: 3 - SortPriority: 0 - CaseSensitive: false -IndentPPDirectives: AfterHash -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -Language: Cpp -IndentAccessModifiers: true diff --git a/ex01/.gitignore b/ex01/.gitignore deleted file mode 100644 index 3efd3b1..0000000 --- a/ex01/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.o -*.hex -*.bin -*.elf -build/ -/avr-libc -compile_commands.json -.cache/ diff --git a/ex02/.clang-format b/ex02/.clang-format deleted file mode 100644 index beb2561..0000000 --- a/ex02/.clang-format +++ /dev/null @@ -1,57 +0,0 @@ -BasedOnStyle: Chromium -AccessModifierOffset: 0 -AlignConsecutiveAssignments: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: false -AlignConsecutiveBitFields: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveDeclarations: - Enabled: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveMacros: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveShortCaseStatements: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCaseArrows: true - AlignCaseColons: true -ColumnLimit: 100 -NamespaceIndentation: All -CommentPragmas: "" -IncludeCategories: - - Regex: ^<.*\.h> - Priority: 1 - SortPriority: 0 - CaseSensitive: false - - Regex: ^<.* - Priority: 2 - SortPriority: 0 - CaseSensitive: false - - Regex: .* - Priority: 3 - SortPriority: 0 - CaseSensitive: false -IndentPPDirectives: AfterHash -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -Language: Cpp -IndentAccessModifiers: true diff --git a/ex02/.gitignore b/ex02/.gitignore deleted file mode 100644 index 3efd3b1..0000000 --- a/ex02/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.o -*.hex -*.bin -*.elf -build/ -/avr-libc -compile_commands.json -.cache/ diff --git a/ex03/.clang-format b/ex03/.clang-format deleted file mode 100644 index beb2561..0000000 --- a/ex03/.clang-format +++ /dev/null @@ -1,57 +0,0 @@ -BasedOnStyle: Chromium -AccessModifierOffset: 0 -AlignConsecutiveAssignments: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: false -AlignConsecutiveBitFields: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveDeclarations: - Enabled: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveMacros: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveShortCaseStatements: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCaseArrows: true - AlignCaseColons: true -ColumnLimit: 100 -NamespaceIndentation: All -CommentPragmas: "" -IncludeCategories: - - Regex: ^<.*\.h> - Priority: 1 - SortPriority: 0 - CaseSensitive: false - - Regex: ^<.* - Priority: 2 - SortPriority: 0 - CaseSensitive: false - - Regex: .* - Priority: 3 - SortPriority: 0 - CaseSensitive: false -IndentPPDirectives: AfterHash -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -Language: Cpp -IndentAccessModifiers: true diff --git a/ex03/.gitignore b/ex03/.gitignore deleted file mode 100644 index 3efd3b1..0000000 --- a/ex03/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.o -*.hex -*.bin -*.elf -build/ -/avr-libc -compile_commands.json -.cache/ diff --git a/ex04/.clang-format b/ex04/.clang-format deleted file mode 100644 index beb2561..0000000 --- a/ex04/.clang-format +++ /dev/null @@ -1,57 +0,0 @@ -BasedOnStyle: Chromium -AccessModifierOffset: 0 -AlignConsecutiveAssignments: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: false -AlignConsecutiveBitFields: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveDeclarations: - Enabled: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveMacros: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCompound: true - AlignFunctionPointers: true - PadOperators: true -AlignConsecutiveShortCaseStatements: - Enabled: true - AcrossEmptyLines: true - AcrossComments: true - AlignCaseArrows: true - AlignCaseColons: true -ColumnLimit: 100 -NamespaceIndentation: All -CommentPragmas: "" -IncludeCategories: - - Regex: ^<.*\.h> - Priority: 1 - SortPriority: 0 - CaseSensitive: false - - Regex: ^<.* - Priority: 2 - SortPriority: 0 - CaseSensitive: false - - Regex: .* - Priority: 3 - SortPriority: 0 - CaseSensitive: false -IndentPPDirectives: AfterHash -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -Language: Cpp -IndentAccessModifiers: true diff --git a/ex04/.gitignore b/ex04/.gitignore deleted file mode 100644 index 3efd3b1..0000000 --- a/ex04/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.o -*.hex -*.bin -*.elf -build/ -/avr-libc -compile_commands.json -.cache/