highlight-bug-example/.editorconfig
Fries 87f5be1512 add basic highlight bug example
using a cut down svelte component from enafore
2023-08-23 20:16:23 -07:00

9 lines
130 B
INI

root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true