mirror of
https://github.com/dlang/tools.git
synced 2025-04-25 12:40:21 +03:00
Add a .editorconfig (copied from Phobos)
This commit is contained in:
parent
193492c746
commit
f0dcfd4029
1 changed files with 9 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*.{c,h,d,di,dd,sh}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
Loading…
Add table
Add a link
Reference in a new issue