Prettier and editor config setups (universal formatting)

This commit is contained in:
Core 2022-08-04 04:49:43 +01:00
parent d11c5e0989
commit 1b1d769c21
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
4 changed files with 17 additions and 1 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false