animate.css/.editorconfig

13 lines
202 B
INI
Raw Normal View History

2014-02-23 19:29:40 +00:00
# editorconfig.org
root = true
[*]
2017-12-10 13:25:46 +00:00
charset = utf-8
end_of_line = lf
2014-02-23 19:29:40 +00:00
indent_size = 2
2017-12-10 13:25:46 +00:00
indent_style = space
insert_final_newline = true
max_line_length = 100
2014-02-23 19:29:40 +00:00
tab_width = 2
trim_trailing_whitespace = true