forge/.editorconfig

19 lines
263 B
INI
Raw Normal View History

2024-05-13 18:55:34 -04:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
2024-05-17 17:11:54 -04:00
[*.{yml,yaml,neon}]
2024-05-13 18:55:34 -04:00
indent_size = 2
[docker-compose.yml]
indent_size = 4