mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 15:36:16 -04:00
The project is licensed under MIT, but that is quite hidden in the README. Adding a LICENSE files makes it more visible.
12 lines
172 B
INI
12 lines
172 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|