Files
pushbits-cli/.editorconfig
2021-01-14 17:42:30 +01:00

19 lines
260 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space
[Makefile]
indent_style = tab