forked from cadence/out-of-your-element
Compare commits
2 commits
2623560a3c
...
4b72ee61f3
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b72ee61f3 | |||
| faf46c3661 |
2 changed files with 17 additions and 0 deletions
16
.editorconfig
Normal file
16
.editorconfig
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
tab_width = 3
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
1
.prettierignore
Normal file
1
.prettierignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
*
|
||||
Loading…
Add table
Add a link
Reference in a new issue