Files
pkl/.editorconfig
Peter Niederwieser ecad035dca Initial commit
2024-02-01 14:00:22 -08:00

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