mirror of https://github.com/penpot/penpot.git
🎉 Update editorconfig
This commit is contained in:
parent
6573311aab
commit
00e19697c6
|
|
@ -11,3 +11,9 @@ end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.{rs}]
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
end_of_line = lf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue