deplacement-covid-19/.editorconfig

15 lines
197 B
INI
Raw Normal View History

2020-04-06 16:27:49 +00:00
root = true
[*]
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
[*.html]
indent_style = space
indent_size = 4
[*.{js,json,yml}]
indent_style = space
indent_size = 2