36 lines
715 B
INI
36 lines
715 B
INI
# For more information about the properties used in
|
|
# this file, please see the EditorConfig documentation:
|
|
# http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*]
|
|
# Applied to the following file types:
|
|
# - js
|
|
# - coffee
|
|
# - opts
|
|
# - Makefile
|
|
# - md
|
|
# - Dockerfile
|
|
# - xml
|
|
# - opts
|
|
# - dot files
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[{*.yml,*.yaml,*.java,*.kt,*.kts,*.py,*.sql,*.gradle}]
|
|
# Applied to the following file types:
|
|
# - java
|
|
# - kotlin
|
|
# - python
|
|
# - sql
|
|
# - yaml (http://www.yaml.org/spec/1.2/spec.html#id2777534)
|
|
indent_style = space
|