animate.css/.editorconfig

13 lines
202 B
INI
Raw Permalink Normal View History

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