forked from evotor/integration-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
19 lines (14 loc) · 859 Bytes
/
.editorconfig
File metadata and controls
19 lines (14 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# indicate this is the root of the project
# Если установлена в true, парсер не будет искать другие конфиги родительских папках
root = true
[*.{kt, kts}]
# possible values: number (e.g. 2), "unset" (makes ktlint ignore indentation completely)
indent_size = 4
# true (recommended) / false. Позволяет убедиться, что в конце файла всегда будет новая строка.
insert_final_newline = true
# Позволяет убрать пробелы из концов строк.
trim_trailing_whitespace = true
# possible values: number (e.g. 120) (package name, imports & comments are ignored), "off"
# it's automatically set to 100 on `ktlint --android ...` (per Android Kotlin Style Guide)
max_line_length = off
disabled_rules = no-wildcard-imports