mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
25 lines
350 B
INI
25 lines
350 B
INI
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.json]
|
|
insert_final_newline = unset
|
|
|
|
[**.min.js]
|
|
indent_style = unset
|
|
insert_final_newline = unset
|
|
|
|
[MakeFile]
|
|
indent_style = space
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|