mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 21:00:10 +01:00
11 lines
149 B
INI
11 lines
149 B
INI
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|