mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
add .editorconfig
This commit is contained in:
parent
1e4aedb5c7
commit
fddfb9e1cf
1 changed files with 20 additions and 0 deletions
20
.editorconfig
Normal file
20
.editorconfig
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
Loading…
Reference in a new issue