EditorConfig Generator
Generate .editorconfig files to maintain consistent coding styles across different editors and IDEs.
36.8Kuses
8.2/10(367)
.editorconfig
# EditorConfig - 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 max_line_length = 120 [*.md] trim_trailing_whitespace = false [*.py] indent_size = 4 [Makefile] indent_style = tab
About EditorConfig
EditorConfig helps define and maintain consistent coding styles between different editors and IDEs. Most modern editors support it natively.
⚡ Pro OptionsSponsored
Some links on this page are affiliate links. If you click and make a purchase, we may earn a commission at no extra cost to you.
Disclaimer: This tool is provided as-is for informational and educational purposes only.