Files
FreshRSS/.editorconfig
Alexandre Alapetite acbba9adb2 Improved markdownlint (#3918)
* Improved markdownlint
* Relaxed rules slighlty
* `npm run markdownlint` for automatic tests
* `npm run markdownlint_fix` for automatic syntax fixing
* Applied the fixes on all our Markdown files
2021-10-23 13:43:24 +02:00

31 lines
375 B
INI

# http://EditorConfig.org
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{css,scss}]
indent_style = tab
[*.{html,php,phtml}]
indent_style = tab
[*.js]
indent_style = tab
[*.md]
indent_size = 4
indent_style = tab
[*.xml]
indent_style = tab
[*.yml]
indent_size = 2
indent_style = space
[Makefile]
indent_style = tab