mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2024-11-14 19:35:05 -05:00
Add .editorconfig
This commit is contained in:
parent
9f59b42901
commit
74deedba1b
2 changed files with 15 additions and 0 deletions
14
.editorconfig
Normal file
14
.editorconfig
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
charset = utf-8
|
||||||
|
indent_size = 4
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.{js,jsx,html}]
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[*.{frag,vert}]
|
||||||
|
indent_style = tab
|
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -19,6 +19,7 @@
|
||||||
*.xml text eol=lf
|
*.xml text eol=lf
|
||||||
|
|
||||||
# Prefer LF for these files
|
# Prefer LF for these files
|
||||||
|
.editorconfig text eol=lf
|
||||||
.eslintrc text eol=lf
|
.eslintrc text eol=lf
|
||||||
.gitattributes text eol=lf
|
.gitattributes text eol=lf
|
||||||
.gitignore text eol=lf
|
.gitignore text eol=lf
|
||||||
|
|
Loading…
Reference in a new issue