2021-07-23 10:04:54 +01:00
|
|
|
# top-most EditorConfig file
|
2021-07-22 23:18:25 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2021-07-23 10:21:31 +01:00
|
|
|
end_of_line = crlf
|
|
|
|
|
|
|
|
# Matches multiple files with brace expansion notation
|
|
|
|
# Set default charset
|
|
|
|
[*.{cmd,txt,md,ts}]
|
|
|
|
charset = utf-8
|