completion
This commit is contained in:
35
ioneapps-maagapp-ee31119a522d/.editorconfig
Normal file
35
ioneapps-maagapp-ee31119a522d/.editorconfig
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user