mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Add .editorconfig & Add .gitignore rule (#281)
This commit is contained in:
parent
485e0c9f12
commit
3389b3bc98
7
.editorconfig
Normal file
7
.editorconfig
Normal file
@ -0,0 +1,7 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@ project.xcworkspace
|
||||
*.dSYM
|
||||
*.linux
|
||||
.vscode
|
||||
.idea
|
||||
Utilities/AppleEfiSignTool/AppleEfiSignTool
|
||||
Utilities/ACPIe/ACPIe
|
||||
Utilities/acdtinfo/acdtinfo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user