mirror of https://github.com/miraclx/freyr-js
Create .editorconfig (#123)
This commit is contained in:
parent
a969afecc6
commit
378343fe57
|
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Reference in New Issue