Establish editorconfig; git ignore tgz files

This commit is contained in:
Ben Hochstedler 2020-12-29 07:30:29 -05:00 committed by ArnoldSmith86
parent 065fe82c76
commit 4a068ae355
2 changed files with 16 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# See https://editorconfig.org
# top-most editorconfig file
root = true
# Apply these settings to all files
[*]
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = 70

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
save
*.tgz