Add .editorconfig
This commit is contained in:
parent
9f59b42901
commit
74deedba1b
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…
x
Reference in New Issue
Block a user