oen_liquid-template/.editorconfig
Diomede b490f21770 Initial POC
POC for a plugin that allows you to write templates with LiquidJS tags
2021-05-18 21:39:08 +02:00

9 lines
No EOL
162 B
INI

root = true
[**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2