editor.js/.editorconfig
Jan Sauer 098897e8bb Add missing final newline (#790)
* Create FUNDING.yml

* Add missing final newline

This brings the EditorConfig configuration file in accordance with the
coding styles defined in the EditorConfig configuration file^^
2019-06-11 14:32:12 +03:00

10 lines
148 B
INI

root = false
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true