mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Fix indentation in all package.json files
This commit is contained in:
parent
b60b66d006
commit
4276150ac1
|
@ -6,3 +6,10 @@ indent_style = tab
|
|||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[package.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.ts]
|
||||
quote_type = single
|
||||
|
|
Loading…
Reference in a new issue