FreshRSS/.editorconfig

37 lines
430 B
INI
Raw Permalink Normal View History

# http://EditorConfig.org
[*]
2021-10-19 10:33:45 +02:00
charset = utf-8
end_of_line = lf
insert_final_newline = true
2021-10-19 10:33:45 +02:00
trim_trailing_whitespace = true
[*.{css,scss}]
indent_style = tab
2021-10-19 10:33:45 +02:00
[*.{html,php,phtml}]
indent_style = tab
2021-10-19 10:33:45 +02:00
[*.js]
indent_style = tab
[*.md]
indent_size = 4
2021-10-19 10:33:45 +02:00
indent_style = tab
[*.sh]
indent_style = tab
[*.svg]
indent_style = tab
2021-10-19 10:33:45 +02:00
[*.xml]
indent_style = tab
[*.yml]
indent_size = 2
indent_style = space
[Makefile]
indent_style = tab