All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.init..editorconfig.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# We recommend you to keep these unchanged
end_of_line = {{endOfLine}}
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# Change these settings to your own preference
indent_style = space
indent_size = {{indentSize}}

[*.md]
trim_trailing_whitespace = false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy