mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 04:18:32 +00:00
style: append new line via .editorconfig
This commit is contained in:
parent
ad6e008e1a
commit
f85e6885dd
1 changed files with 9 additions and 1 deletions
|
|
@ -3,11 +3,19 @@ root = true
|
|||
[**/**.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
|
||||
[**/**.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
|
||||
[**/**.ts]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
|
||||
[**/**.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
indent_size = 2
|
||||
insert_final_newline = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue