mirror of
https://github.com/guilhermewerner/chat
synced 2025-06-15 10:54:18 +00:00
Update .editorconfig
This commit is contained in:
@ -5,5 +5,8 @@ end_of_line = lf
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
Reference in New Issue
Block a user