papercss/.editorconfig

11 lines
167 B
INI
Raw Permalink Normal View History

2017-11-23 16:33:08 +01:00
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
2020-06-01 22:55:06 +02:00
quote_type = single