mirror of
https://github.com/documize/community.git
synced 2025-07-21 06:09:42 +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
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
@ -8,3 +6,4 @@ end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
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