mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add an .editorconfig
This automatically sets up the formatting settings in a number of editors, regardless of the user's preferences.
This commit is contained in:
committed by
Eldred Habert
parent
5c852c7651
commit
08bdbd1949
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
[*]
|
||||
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
|
||||
Reference in New Issue
Block a user