mirror of
https://github.com/irmen/prog8.git
synced 2024-11-01 15:07:10 +00:00
21 lines
293 B
INI
21 lines
293 B
INI
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
|
|
trim_trailing_whitespace = true
|
|
ij_smart_tabs = true
|
|
|
|
[*.p8]
|
|
indent_size = 4
|
|
indent_style = space
|
|
|
|
[*.asm]
|
|
indent_size = 8
|
|
indent_style = tab
|