pingcrm/.editorconfig

16 lines
224 B
INI
Raw Normal View History

2019-03-05 18:10:11 -03:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
2021-12-08 12:15:39 -03:00
[*.{yml,yaml,vue}]
2019-03-05 18:10:11 -03:00
indent_size = 2