1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 23:12:23 +00:00
niar/docs/template/.editorconfig
2024-08-24 16:59:31 +03:00

10 lines
153 B
INI

root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
max_line_length = 100
trim_trailing_whitespace = true
insert_final_newline = true