mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-22 03:23:04 +00:00
feat: fix and extend editorconfig
This commit is contained in:
parent
bae8c5091e
commit
5397a6b2af
1 changed files with 4 additions and 6 deletions
|
@ -6,15 +6,13 @@ root = true
|
|||
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
indent_style = tabs
|
||||
indent_size = 4
|
||||
|
||||
[*.txt]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{diff,md}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue