| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-rte-ckeditor/Documentation/ |
| Current File : //var/www/surf/TYPO3/vendor/typo3/cms-rte-ckeditor/Documentation/.editorconfig |
# EditorConfig is awesome: http://EditorConfig.org
#
# Use as main: https://github.com/TYPO3-Documentation/T3DocTeam/blob/main/.editorconfig
# top-most EditorConfig file
root = false
[{*.rst,*.rst.txt}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 3
# MD-Files
[*.md]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4