mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
13 lines
182 B
INI
13 lines
182 B
INI
# http://editorconfig.org/
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = true
|