.editorconfig Generator
Generate a .editorconfig from a few options.
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml}]
indent_size = 2
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
About this tool
Pick indent style, line endings, charset and trailing-whitespace policy. The tool emits a ready-to-commit .editorconfig with sensible overrides for YAML, Markdown and Makefiles.