> It is acceptable and often preferred to leave certain EditorConfig properties unspecified. For example [...] if a property is not standardized in your project (end_of_line for example), it may be best to leave it blank.
http://editorconfig.org/#file-format-details
I added ``end_of_line`` nonetheless, as I think there is an agreement to always use ``lf``.