Files
Powerline/.editorconfig

20 lines
270 B
INI
Raw Permalink Normal View History

2025-04-29 20:54:26 +03:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.ps1]
charset = utf-8-bom
end_of_line = crlf
[*.{cmd,bat}]
end_of_line = crlf
[*.md]
trim_trailing_whitespace = false