Add prettier for formatting
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
b4e0a41991
commit
b419038bf8
7 changed files with 120 additions and 34 deletions
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
|
||||
[*.html]
|
||||
indent_size = 2
|
||||
|
||||
[*.css]
|
||||
indent_size = 2
|
Loading…
Add table
Add a link
Reference in a new issue