|
|
@ -2,10 +2,10 @@
|
|
|
|
root = true # top-most EditorConfig file
|
|
|
|
root = true # top-most EditorConfig file
|
|
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
[*]
|
|
|
|
end_of_line = lf # unix style line endings
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = false # newline at end of file
|
|
|
|
insert_final_newline = false
|
|
|
|
charset = utf-8 # encoding
|
|
|
|
charset = utf-8
|
|
|
|
max_line_length = 90 # Suggested maximum of 90 characters per line
|
|
|
|
max_line_length = 90
|
|
|
|
|
|
|
|
|
|
|
|
# .js, .jsx, .ts, .tsx
|
|
|
|
# .js, .jsx, .ts, .tsx
|
|
|
|
[*.{js,ts}?]
|
|
|
|
[*.{js,ts}?]
|
|
|
|