1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

Make editorconfig add new line

This commit is contained in:
Harvey Kandola 2018-03-09 11:14:29 +00:00
parent 359e0e29eb
commit c7ebbff318
2 changed files with 655 additions and 656 deletions

View file

@ -1,5 +1,3 @@
sample EditorConfig file
# indicate this is the root of the project
root = true
[*]
@ -7,4 +5,5 @@ indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_size = 4
indent_size = 4
insert_final_newline = true

File diff suppressed because one or more lines are too long