inline-critical/.editorconfig

21 lines
287 B
INI
Raw Normal View History

2014-08-04 00:01:39 +02:00
root = true
[*]
indent_style = space
2018-12-18 12:51:08 +01:00
indent_size = 2
2014-08-04 00:01:39 +02:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[package.json]
indent_style = space
indent_size = 2
2017-02-10 17:09:46 +01:00
[*.yml]
indent_style = space
indent_size = 2
2014-08-04 00:01:39 +02:00
[*.md]
trim_trailing_whitespace = false