AvocadoAmber/.editorconfig

21 lines
261 B
INI
Raw Normal View History

2024-09-19 20:34:57 +09:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
2024-10-05 06:30:37 +09:00
indent_size = 2
2024-10-12 13:34:19 +09:00
[*.php]
indent_style = space
indent_size = 2
[composer.json]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2