mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 15:26:16 -04:00
chore: add an .editorconfig
This commit is contained in:
parent
2d5f8f48f5
commit
0127b79757
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
tab_width = 4
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Reference in a new issue