mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-15 02:04:18 +00:00
Update .editorconfig
This commit is contained in:
@ -1,15 +1,17 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
end_of_line = lf
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
indent_size = 1
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.env*]
|
||||
[.env*]
|
||||
insert_final_newline = false
|
||||
|
Reference in New Issue
Block a user