mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
editorconfig: init
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
6a3ede9102
commit
f73d75dd6a
1 changed files with 23 additions and 0 deletions
23
.editorconfig
Normal file
23
.editorconfig
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
|
||||
[*.{java,kt,kts,xml}]
|
||||
indent_size = 2
|
||||
ij_continuation_indent_size = 2
|
||||
|
||||
[*.{kt,kts}]
|
||||
kotlin_imports_layout=ascii
|
||||
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
|
||||
ij_kotlin_field_annotation_wrap = normal
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
Loading…
Add table
Add a link
Reference in a new issue