continuous-integration-images/.editorconfig

30 lines
444 B
INI
Raw Normal View History

2022-12-16 13:47:24 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{json,json5}]
indent_size = 2
[*.{yml,yaml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.{htm,html,js,ts,tsx,css,sass,scss,less,svg,vue}]
indent_size = 2
[*.{xml,config}]
indent_size = 2
[*.{cmd,bat}]
end_of_line = crlf
[*.sh]
end_of_line = lf