mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-02-15 07:25:47 +00:00
22 lines
604 B
INI
22 lines
604 B
INI
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
|
|
# With more recent updates Visual Studio 2017 supports EditorConfig files out of the box
|
|
# Visual Studio Code needs an extension: https://github.com/editorconfig/editorconfig-vscode
|
|
# For emacs, vim, np++ and other editors, see here: https://github.com/editorconfig
|
|
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = LF
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.yml]
|
|
indent_size=2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = true
|