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/