forked from elide-dev/elide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
23 lines (17 loc) · 1.04 KB
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,py,kt,java,css,ts}]
charset = utf-8
indent_style = space
indent_size = 2
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
[*.{kt,kts}]
ktlint_disabled_rules = indent,experimental:argument-list-wrapping,no-wildcard-imports
[packages/proto/build/generated/source/proto]
ktlint_disabled_rules = indent,experimental:spacing-between-declarations-with-annotations,parameter-list-wrapping,no-wildcard-imports,experimental:spacing-between-declarations-with-comments,experimental:argument-list-wrapping,comment-spacing,no-semi,no-consecutive-blank-lines,no-blank-line-before-rbrace,curly-spacing
[tools/plugin/gradle-plugin/plugin-build/plugin/src/model/**/*.*]
ktlint_disabled_rules = indent,experimental:spacing-between-declarations-with-annotations,parameter-list-wrapping,no-wildcard-imports,experimental:spacing-between-declarations-with-comments,experimental:argument-list-wrapping,comment-spacing,no-semi,no-consecutive-blank-lines,no-blank-line-before-rbrace,curly-spacing