prog8/examples/.editorconfig

21 lines
293 B
INI
Raw Permalink Normal View History

2021-01-07 00:56:31 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 8
2021-01-07 00:56:31 +00:00
trim_trailing_whitespace = true
ij_smart_tabs = true
[*.p8]
indent_size = 4
indent_style = space
[*.asm]
indent_size = 8
indent_style = tab