Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
More dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngineer101 committed Dec 23, 2020
1 parent 6f0262c commit d01d0b1
Show file tree
Hide file tree
Showing 4 changed files with 2,558 additions and 3,407 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

[*.txt]
indent_style = tab
indent_size = 4

[*.{diff,md}]
trim_trailing_whitespace = false
Loading

0 comments on commit d01d0b1

Please sign in to comment.