mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 12:28:43 +00:00
21 lines
323 B
INI
21 lines
323 B
INI
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
|
|
insert_final_newline = true
|