Skip to content

Commit

Permalink
Build: Add .editorconfig & Add .gitignore rule (acidanthera#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Aug 8, 2021
1 parent 485e0c9 commit 3389b3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project.xcworkspace
*.dSYM
*.linux
.vscode
.idea
Utilities/AppleEfiSignTool/AppleEfiSignTool
Utilities/ACPIe/ACPIe
Utilities/acdtinfo/acdtinfo
Expand Down

0 comments on commit 3389b3b

Please sign in to comment.