-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (30 loc) · 1.35 KB
/
Copy path.gitattributes
File metadata and controls
35 lines (30 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
###############################################################################
# Copyright (c) 2026 Eclipse ThreadX contributors
#
# This program and the accompanying materials are made available under the
# terms of the MIT License which is available at
# https://opensource.org/licenses/MIT.
#
# AI Disclosure: This file was largely AI-generated by Claude Code (Opus 5).
# The AI-generated portions may be considered public domain (CC0-1.0)
# and not subject to the project's licence. The human contributor has
# reviewed and verified that the code is correct.
#
# SPDX-License-Identifier: MIT and CC0-1.0
###############################################################################
.git* export-ignore
# Custom attribute marking sources that follow the project's C code style.
[attr]our-c-style whitespace=tab-in-indent eol=lf
# Line endings. ZoneX is built on Linux and on the Armv8-R AEM FVP; the
# PowerShell entries are here so that a Windows story, should ZoneX ever gain
# one (see docs/decisions.md D13), does not arrive with mixed endings.
*.sh eol=lf
*.py eol=lf
*.ps1 eol=crlf
*.bat eol=crlf
*.c our-c-style
*.h our-c-style
*.S our-c-style
*.cmake whitespace=tab-in-indent
*.txt whitespace=tab-in-indent
*.lds whitespace=tab-in-indent