mytinytodo/.editorconfig
2020-10-14 21:13:47 +03:00

20 lines
350 B
INI

# top-most EditorConfig file
root = true
# 'insert_final_newline = false' should not remove last empty line
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
[*.php]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false
[/version.txt]
insert_final_newline = false