Last change
on this file was 105670, checked in by vboxsync, 5 months ago |
Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643
|
File size:
455 bytes
|
Line | |
---|
1 | # EditorConfig file: https://EditorConfig.org
|
---|
2 |
|
---|
3 | root = true
|
---|
4 |
|
---|
5 | [*]
|
---|
6 | charset = latin1
|
---|
7 | end_of_line = crlf
|
---|
8 | indent_style = space
|
---|
9 | indent_size = 2
|
---|
10 | insert_final_newline = true
|
---|
11 | trim_trailing_whitespace = true
|
---|
12 |
|
---|
13 | [*.py]
|
---|
14 | charset = utf-8
|
---|
15 | indent_style = space
|
---|
16 | indent_size = 4
|
---|
17 |
|
---|
18 | [*.sh]
|
---|
19 | end_of_line = lf
|
---|
20 |
|
---|
21 | [.gitattributes]
|
---|
22 | end_of_line = lf
|
---|
23 |
|
---|
24 | [.mailmap]
|
---|
25 | charset = utf-8
|
---|
26 |
|
---|
27 | [Maintainers.txt]
|
---|
28 | charset = utf-8
|
---|
29 |
|
---|
30 | [Makefile,GNUmakefile]
|
---|
31 | indent_style = tab
|
---|
Note:
See
TracBrowser
for help on using the repository browser.