1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-19 01:07:30 +00:00
prirun.p50em/.editorconfig
2021-02-11 13:01:28 -05:00

16 lines
239 B
INI

# .editorconfig, Boone, 02/11/21
# Editor behavior settings
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[makefile]
indent_style = tab