mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-14 08:32:12 +02:00
Fix editorconfig
This commit is contained in:
parent
839ea26e92
commit
943322441d
1 changed files with 2 additions and 5 deletions
|
@ -6,10 +6,7 @@ root = true
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
end_of_line = crlf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
||||||
[*.js]
|
|
||||||
indent_size = 2
|
|
Loading…
Add table
Add a link
Reference in a new issue