Custom editorconfig .editorconfig - mmaarrttyy/settings-configs GitHub Wiki
- editor’s configuration
root = true
[*]
charset = utf-8
end_of_line = lf
tab_width = 4
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = false
[*.less]
indent_style = tab
[*.{md,markdown}]
max_line_length = 0
trim_trailing_whitespace = false