1
1
mirror of https://github.com/z0w0/helm.git synced 2024-10-10 19:17:31 +03:00
helm/.editorconfig

15 lines
217 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.hs]
max_line_length = 120