Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/dprint.json
6924 views
1
{
2
"includes": [
3
"**/*.{md,toml,json}"
4
],
5
"markdown": {
6
"lineWidth": 100,
7
"textWrap": "always"
8
},
9
"excludes": [
10
".venv/",
11
"**/target/",
12
"crates/polars-plan/dsl-schema-hashes.json",
13
"py-polars/.hypothesis/",
14
"py-polars/.mypy_cache/",
15
"py-polars/.pytest_cache/",
16
"py-polars/.ruff_cache/",
17
"py-polars/tests/unit/io/files/"
18
],
19
"plugins": [
20
"https://plugins.dprint.dev/json-0.19.3.wasm",
21
"https://plugins.dprint.dev/markdown-0.17.1.wasm",
22
"https://plugins.dprint.dev/toml-0.6.2.wasm"
23
]
24
}
25
26