mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 06:10:40 +01:00
11 lines
213 B
INI
11 lines
213 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
# don't trim whitespace within (say) a Pkl multiline string
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|
|
max_line_length = 100
|