photo/.editorconfig

19 lines
257 B
INI
Raw Permalink Normal View History

2019-11-08 12:08:34 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = false
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
2024-08-25 08:26:29 +00:00
[docker-compose.yml]
indent_size = 4