mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: 71dbde08c42f244963b0684b97469cc4fd5f0b42 [formerly 451c033253]
Former-commit-id: 4da6d461c443ce722d5f1bc9310c1542598c5772
14 lines
211 B
INI
14 lines
211 B
INI
#root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|