forked from prometheus/client_java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
22 lines (16 loc) · 700 Bytes
/
.editorconfig
File metadata and controls
22 lines (16 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
root = true
[*]
max_line_length = 100
indent_size = 2
[{version-rules.xml,maven-wrapper.properties,checkstyle.xml,docker-compose.yaml,docker-compose.yml,Dockerfile,example_target_info.json,mise.toml,mvnm,mvnw.cmd,generate-protobuf.sh,.gitleaksignore,prometheus.properties}]
max_line_length = 200
[{grafana-dashboard-*.json,.editorconfig,super-linter.env,renovate.json5}]
max_line_length = 300
[pom.xml]
max_line_length = 120
[*.py]
# checked by black
indent_size = 4
max_line_length = 120
[{.mise/tasks/build-release.sh,.mise/tasks/lint/super-linter.sh,.mise/tasks/lint/links-in-modified-files.sh,.github/workflows/multi-version-test.yml,.github/workflows/lint-rest.yml}]
max_line_length = 200