1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 07:02:23 +00:00
niar/.editorconfig
2024-06-16 17:19:44 +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