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:
parent
359e0e29eb
commit
c7ebbff318
2 changed files with 655 additions and 656 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue