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

archetype-resources..editorconfig Maven / Gradle / Ivy

# EditorConfig: http://EditorConfig.org

# Top-most EditorConfig file
root = true

# Defaults for all editor files
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
continuation_indent_size = 8
trim_trailing_whitespace = true
max_line_length = 100

# YAML is fussy about indenting and charset
[*.yml]
indent_style = space
indent_size = 2
continuation_indent_size = unset
charset = utf-8

# Markdown is fussy about indenting
[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespaces = false

# Files with a smaller indent
[*.{json,xml}]
indent_size = 2
continuation_indent_size = 4

# Follow Kotlin Coding Conventions
[*.{kt,kts}]
indent_size=4
continuation_indent_size=4
charset = utf-8
max_line_length = 100

# IntelliJ files don't end in new lines
[*.iml]
insert_final_newline = false
[.idea/**]
insert_final_newline = false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy