mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 02:02:06 +00:00
This automatically sets up the formatting settings in a number of editors, regardless of the user's preferences.
10 lines
160 B
INI
10 lines
160 B
INI
[*]
|
|
root = true
|
|
indent_style = tab
|
|
indent_size = tab
|
|
tab_width = 8
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|