webapp-deployment-status-api/.editorconfig

16 lines
248 B
INI
Raw Permalink Normal View History

2024-01-19 02:17:30 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
[*.{js,json,ts,mts,yml,yaml}]
indent_size = 2
indent_style = space