easyappointments/.editorconfig

11 lines
139 B
INI
Raw Normal View History

2015-10-04 23:58:46 +03:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
2016-07-06 23:02:02 +03:00
[{package.json,*.yml}]
2016-07-06 23:02:02 +03:00
indent_size = 2