source:
vbox/trunk/src/VBox/Devices/EFI/Firmware/.editorconfig@
105681
最後變更 在這個檔案從105681是 105670,由 提交於 3 月 前 | |
---|---|
檔案大小: 455 位元組 |
行 | |
---|---|
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 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器