mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2025-01-15 17:02:58 +08:00
Establish editorconfig; git ignore tgz files
This commit is contained in:
parent
065fe82c76
commit
4a068ae355
15
.editorconfig
Normal file
15
.editorconfig
Normal 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
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
save
|
||||
*.tgz
|
||||
|
Loading…
x
Reference in New Issue
Block a user