paper.js/.editorconfig

16 lines
214 B
INI
Raw Normal View History

root = true
[*]
2017-04-10 03:22:00 -04:00
charset = utf-8
indent_style = space
2017-04-10 03:22:00 -04:00
indent_size = 4
end_of_line = lf
insert_final_newline = true
2017-04-10 03:22:00 -04:00
trim_trailing_whitespace = true
[*.json]
indent_size = 2
[*.md]
trim_trailing_whitespace = false