mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 15:36:16 -04:00
Add EditorConfig file (#70)
This commit is contained in:
parent
176f1b8f96
commit
6da04ca3bc
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Reference in a new issue