An electron-based WIP aesthetic file explorer ^^
FileKade/.editorconfig

11 lines
154 B

root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4