🚧 Added .editorconfig defaults
This commit is contained in:
parent
71a30e2323
commit
b31a2d3e1a
1 changed files with 9 additions and 0 deletions
9
editorconfig.txt
Normal file
9
editorconfig.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[*]
|
||||
root = true
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = false
|
||||
max_line_length = 80
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue