Skip to content

Commit

Permalink
build(dotfiles): add all my usual dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterycommand committed Apr 9, 2019
1 parent c06d4e3 commit e31988d
Show file tree
Hide file tree
Showing 5 changed files with 1,193 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
# http://editorconfig.org
root = true;

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

[*.rs]
indent_size = 4
2 changes: 2 additions & 0 deletions .npmrc
@@ -0,0 +1,2 @@
save-exact true
git-tag-version false
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
10.15.3
1 change: 1 addition & 0 deletions .yarnrc
@@ -0,0 +1 @@
save-exact true

0 comments on commit e31988d

Please sign in to comment.