Skip to content

Commit

Permalink
Specify a Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
travismiller committed Feb 1, 2021
1 parent c0e5ac8 commit 611eaed
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# EditorConfig is awesome: https://EditorConfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.php]
indent_size = 4

[*.py]
indent_size = 4

[*.rs]
indent_size = 4

[Makefile]
indent_style = tab
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.18.4

0 comments on commit 611eaed

Please sign in to comment.