Laravel/.editorconfig

19 lines
258 B
INI
Raw Normal View History

2018-05-10 17:34:22 +02:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
2022-10-17 16:17:59 +02:00
indent_style = space
insert_final_newline = true
2018-05-10 17:34:22 +02:00
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
2018-05-10 17:34:22 +02:00
indent_size = 2
[docker-compose.yml]
indent_size = 4